mirror of
https://git.ffmpeg.org/ffmpeg.git
synced 2026-05-11 21:42:44 +02:00
8327828205
The C version is set in ff_dct_encode_init(), yet the MIPS version is set in dct_init() (in ff_mpv_common_init() and therefore also for decoders). This commit fixes this inconsistency. Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@outlook.com>