diff options
author | Andreas Rheinhardt <andreas.rheinhardt@gmail.com> | 2020-11-24 13:29:29 +0100 |
---|---|---|
committer | Andreas Rheinhardt <andreas.rheinhardt@gmail.com> | 2020-11-25 01:01:05 +0100 |
commit | ef3c1670d488d1cffc98115a5e67b07ee921e47d (patch) | |
tree | 28e1968763c179d820530831e8201ac791f86c8e /libavfilter/vf_despill.c | |
parent | 278984b3430727c850de4b67cdde248be6d99ae1 (diff) | |
download | ffmpeg-ef3c1670d488d1cffc98115a5e67b07ee921e47d.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>
Diffstat (limited to 'libavfilter/vf_despill.c')
0 files changed, 0 insertions, 0 deletions