[FFmpeg-cvslog] r18722 - trunk/libavcodec/dsputil.c
ramiro
subversion
Thu Apr 30 23:34:57 CEST 2009
Author: ramiro
Date: Thu Apr 30 23:34:56 2009
New Revision: 18722
Log:
Don't #if a function declaration and properly indent it.
Modified:
trunk/libavcodec/dsputil.c
Modified: trunk/libavcodec/dsputil.c
==============================================================================
--- trunk/libavcodec/dsputil.c Thu Apr 30 14:30:05 2009 (r18721)
+++ trunk/libavcodec/dsputil.c Thu Apr 30 23:34:56 2009 (r18722)
@@ -2754,9 +2754,7 @@ void ff_avg_cavs_qpel16_mc00_c(uint8_t *
}
#endif /* CONFIG_CAVS_DECODER */
-#if CONFIG_MLP_DECODER || CONFIG_TRUEHD_DECODER
- void ff_mlp_init(DSPContext* c, AVCodecContext *avctx);
-#endif
+void ff_mlp_init(DSPContext* c, AVCodecContext *avctx);
#if CONFIG_VC1_DECODER || CONFIG_WMV3_DECODER
/* VC-1 specific */
More information about the ffmpeg-cvslog
mailing list