On Tue, Nov 24, 2020 at 03:41:19PM +0100, Andreas Rheinhardt wrote: > The MPEG-1/2 encoders initialize several tables once during the first > time one of the encoders is initialized; the table for MPEG-2 intra VLC > lengths is only initialized if it is used for this encoder instance. > This implies that if the first MPEG-1/2 encoder to be initialized does > not use it, it will never be initialized even if a later encoder > instance makes use of them. Fix this by initializing this table > unconditionally. > > Signed-off-by: Andreas Rheinhardt <andreas.rheinha...@gmail.com> > --- > libavcodec/mpeg12enc.c | 1 - > 1 file changed, 1 deletion(-)
LGTM thx [...] -- Michael GnuPG fingerprint: 9FF2128B147EF6730BADF133611EC787040B0FAB There will always be a question for which you do not know the correct answer.
signature.asc
Description: PGP signature
_______________________________________________ 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".