1
0
mirror of https://github.com/FFmpeg/FFmpeg.git synced 2025-02-04 06:08:26 +02:00
Andreas Rheinhardt a84fe06112 avcodec/idctdsp: Avoid inclusion of avcodec.h
Not every user of idctdsp.h wants to initialize an IDCTDSPContext;
e.g. the proresdsp only uses ff_init_scantable_permutation()
and the IDCT permutation enum; similarly for cavsdsp and wmv2dsp.
Using a forward declaration here avoids an avcodec.h dependency
in the relevant files.

Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
2023-09-11 00:26:34 +02:00
..
2017-07-13 17:00:19 -03:00
2023-05-20 20:07:21 +02:00
2023-04-13 15:17:04 +03:00
2023-04-13 15:17:04 +03:00
2023-05-20 20:07:21 +02:00
2021-07-22 14:47:57 +02:00
2022-11-06 14:39:36 +01:00