mirror of https://github.com/FFmpeg/FFmpeg.git
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>pull/390/head
parent
d86f7603cf
commit
49b4ed7237
7 changed files with 1 additions and 12 deletions
Loading…
Reference in new issue