summaryrefslogtreecommitdiff
path: root/libavcodec
diff options
context:
space:
mode:
authorDiego Biurrun <diego@biurrun.de>2009-02-01 14:07:08 +0000
committerDiego Biurrun <diego@biurrun.de>2009-02-01 14:07:08 +0000
commitbc4cccd4832b80838323ac72881fb2a2b88e3b67 (patch)
treec75f4e317491a0e7b408ee693dc9b37abbda3dce /libavcodec
parentd1c6e47c16db449bc79eb144fbb6fcdaf160b119 (diff)
Remove H.264 encoder initialization.
We have no H.264 encoder to speak of and this produces warnings. Originally committed as revision 16914 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavcodec')
-rw-r--r--libavcodec/dsputil.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/libavcodec/dsputil.c b/libavcodec/dsputil.c
index 3e7e43ac0b..9baa08dbda 100644
--- a/libavcodec/dsputil.c
+++ b/libavcodec/dsputil.c
@@ -4497,9 +4497,6 @@ void dsputil_init(DSPContext* c, AVCodecContext *avctx)
#if CONFIG_WMV2_DECODER || CONFIG_VC1_DECODER || CONFIG_WMV3_DECODER
ff_intrax8dsp_init(c,avctx);
#endif
-#if CONFIG_H264_ENCODER
- ff_h264dspenc_init(c,avctx);
-#endif
#if CONFIG_RV30_DECODER
ff_rv30dsp_init(c,avctx);
#endif