diff options
author | Andreas Rheinhardt <andreas.rheinhardt@outlook.com> | 2023-10-01 19:50:04 +0200 |
---|---|---|
committer | Andreas Rheinhardt <andreas.rheinhardt@outlook.com> | 2023-10-05 22:05:21 +0200 |
commit | 49b4ed7237489a08e7b992e4be6ccf6ee055d043 (patch) | |
tree | 1ec06ce30ba3cdef7cc327fc72de466b51a04552 /libavdevice/timefilter.h | |
parent | d86f7603cf32e9a64d9cdf20b1fe390093652fbe (diff) | |
download | ffmpeg-49b4ed7237489a08e7b992e4be6ccf6ee055d043.tar.gz |
avcodec/mpegvideo_dec: Always initialize IDCTDSPContext during init
It has currently not been done for H263, H263P and MPEG4.
Doing so avoids having to initialize the IDCT permutation
lateron when decoding packets in order to be able to parse
a quant matrix; it means that every mpegvideo decoder always
has an initialized IDCTDSPContext after init.
Initializing is done generically in ff_mpv_decode_init().
Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
Diffstat (limited to 'libavdevice/timefilter.h')
0 files changed, 0 insertions, 0 deletions