Quoting Andreas Rheinhardt (2020-12-10 12:16:44) > Up until now, ff_h263_rl_inter was initialized by both ituh263dec and > ituh263enc; this is an obstacle in making the codecs that use this code > init-threadsafe. > > This obstacle is eliminated by only initializing this RLTable from > a single place that is guarded by a dedicated AVOnce. > > Signed-off-by: Andreas Rheinhardt <andreas.rheinha...@gmail.com> > --- > libavcodec/h263data.c | 16 ++++++++++++++-- > libavcodec/h263data.h | 2 +- > libavcodec/ituh263dec.c | 2 +- > libavcodec/ituh263enc.c | 5 +++-- > 4 files changed, 19 insertions(+), 6 deletions(-)
Ok -- Anton Khirnov _______________________________________________ ffmpeg-devel mailing list ffmpeg-devel@ffmpeg.org https://ffmpeg.org/mailman/listinfo/ffmpeg-devel To unsubscribe, visit link above, or email ffmpeg-devel-requ...@ffmpeg.org with subject "unsubscribe".