[FFmpeg-cvslog] r16914 - trunk/libavcodec/dsputil.c

diego subversion
Sun Feb 1 15:07:08 CET 2009


Author: diego
Date: Sun Feb  1 15:07:08 2009
New Revision: 16914

Log:
Remove H.264 encoder initialization.
We have no H.264 encoder to speak of and this produces warnings.

Modified:
   trunk/libavcodec/dsputil.c

Modified: trunk/libavcodec/dsputil.c
==============================================================================
--- trunk/libavcodec/dsputil.c	Sun Feb  1 14:37:45 2009	(r16913)
+++ trunk/libavcodec/dsputil.c	Sun Feb  1 15:07:08 2009	(r16914)
@@ -4497,9 +4497,6 @@ void dsputil_init(DSPContext* c, AVCodec
 #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




More information about the ffmpeg-cvslog mailing list