[FFmpeg-devel] [PATCH 23/39] avcodec/h261enc: Make encoder init-threadsafe

2020-12-10 Thread Andreas Rheinhardt
This is easy now that the H.261 encoder is the only user that initializes the non-VLC parts of ff_h261_rl_tcoeff. Signed-off-by: Andreas Rheinhardt --- libavcodec/h261.c| 13 - libavcodec/h261.h| 3 --- libavcodec/h261enc.c | 16 3 files changed, 12 insertio

Re: [FFmpeg-devel] [PATCH 23/39] avcodec/h261enc: Make encoder init-threadsafe

2021-01-18 Thread Anton Khirnov
Quoting Andreas Rheinhardt (2020-12-10 12:16:41) > This is easy now that the H.261 encoder is the only user that > initializes the non-VLC parts of ff_h261_rl_tcoeff. > > Signed-off-by: Andreas Rheinhardt > --- Looks good modulo my previous question about shared table -- Anton Khirnov