summaryrefslogtreecommitdiffstats
path: root/libavutil/ppc/float_dsp_init.c
diff options
context:
space:
mode:
authorAndreas Rheinhardt <[email protected]>2022-11-01 21:03:40 +0100
committerAndreas Rheinhardt <[email protected]>2022-11-06 17:41:26 +0100
commit496b3c6987cfb4dfde6f59fa5da12be8c82c13ab (patch)
tree4b9a2828a4e031d1ab139c15ecfa85f7e2a2e1df /libavutil/ppc/float_dsp_init.c
parent1d9aac9c4bfd30efa55404f64519928b10644f5f (diff)
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 <[email protected]>
Diffstat (limited to 'libavutil/ppc/float_dsp_init.c')
0 files changed, 0 insertions, 0 deletions