diff options
author | Andreas Rheinhardt <andreas.rheinhardt@gmail.com> | 2020-11-24 13:29:29 +0100 |
---|---|---|
committer | Andreas Rheinhardt <andreas.rheinhardt@gmail.com> | 2021-02-27 07:20:59 +0100 |
commit | eb5c81f3737d430b534c963985959196643a6993 (patch) | |
tree | b2c20009f0bc5fa1b0977d1dc1cf4b4b1e8efb26 /doc/examples/extract_mvs.c | |
parent | b7d4a08f0d4563f3d411eb4fd692625d03b37e19 (diff) | |
download | ffmpeg-eb5c81f3737d430b534c963985959196643a6993.tar.gz |
avcodec/mpeg12enc: Always initialize MPEG-2 intra VLC table lengths
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.
Reviewed-by: Michael Niedermayer <michael@niedermayer.cc>
Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@gmail.com>
(cherry picked from commit ef3c1670d488d1cffc98115a5e67b07ee921e47d)
Diffstat (limited to 'doc/examples/extract_mvs.c')
0 files changed, 0 insertions, 0 deletions