Commit 9f55d339 authored by diego's avatar diego

Remove H.264 encoder initialization.

We have no H.264 encoder to speak of and this produces warnings.


git-svn-id: file:///var/local/repositories/ffmpeg/trunk@16914 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
parent c7a80a3c
......@@ -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
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment