diff options
author | Andreas Rheinhardt <andreas.rheinhardt@outlook.com> | 2022-11-01 21:03:40 +0100 |
---|---|---|
committer | Andreas Rheinhardt <andreas.rheinhardt@outlook.com> | 2022-11-06 17:41:26 +0100 |
commit | 496b3c6987cfb4dfde6f59fa5da12be8c82c13ab (patch) | |
tree | 4b9a2828a4e031d1ab139c15ecfa85f7e2a2e1df /libavcodec/sparc | |
parent | 1d9aac9c4bfd30efa55404f64519928b10644f5f (diff) | |
download | ffmpeg-496b3c6987cfb4dfde6f59fa5da12be8c82c13ab.tar.gz |
avcodec/vc1dec: Remove VC-1 decoders->H.263 decoder dependency
The only thing from the H.263 decoder that is reachable
by the VC-1 decoder is ff_h263_decode_init(); but it does
not even use all of it; e.g. h263dsp is unused and so are
the VLCs initialized in ff_h263_decode_init() (they amount
to about 77KB which are now no longer touched).
Notice that one could also call ff_idctdsp_init()
directly instead of ff_mpv_idct_init(); one could even
do so in ff_vc1_init_common().
Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
Diffstat (limited to 'libavcodec/sparc')
0 files changed, 0 insertions, 0 deletions