diff options
author | Mans Rullgard <mans@mansr.com> | 2012-08-25 14:35:52 +0100 |
---|---|---|
committer | Mans Rullgard <mans@mansr.com> | 2012-09-02 16:32:57 +0100 |
commit | 15616eb04206b64bcf08ad351f4c754e69e00666 (patch) | |
tree | a1c88084e31cf10946f29b19bb0d6acc05aa6893 /libavcodec/dsputil.c | |
parent | 12c8912de2f2c1a235a7578d6a288e217c3fb504 (diff) | |
download | ffmpeg-15616eb04206b64bcf08ad351f4c754e69e00666.tar.gz |
intrax8: move functions from dsputil to own context
Signed-off-by: Mans Rullgard <mans@mansr.com>
Diffstat (limited to 'libavcodec/dsputil.c')
-rw-r--r-- | libavcodec/dsputil.c | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/libavcodec/dsputil.c b/libavcodec/dsputil.c index c78fe40c72..d38464b033 100644 --- a/libavcodec/dsputil.c +++ b/libavcodec/dsputil.c @@ -2797,9 +2797,6 @@ av_cold void ff_dsputil_init(DSPContext* c, AVCodecContext *avctx) #if CONFIG_MLP_DECODER || CONFIG_TRUEHD_DECODER ff_mlp_init(c, avctx); #endif -#if CONFIG_WMV2_DECODER || CONFIG_VC1_DECODER - ff_intrax8dsp_init(c,avctx); -#endif c->put_mspel_pixels_tab[0]= ff_put_pixels8x8_c; c->put_mspel_pixels_tab[1]= put_mspel8_mc10_c; |