[FFmpeg-cvslog] r16247 - in trunk: Changelog doc/general.texi libavcodec/Makefile libavcodec/allcodecs.c libavcodec/avcodec.h libavcodec/dsputil.c

Reimar Döffinger Reimar.Doeffinger
Sun Dec 21 13:54:23 CET 2008


On Sat, Dec 20, 2008 at 07:06:02PM +0100, kostya wrote:
> Modified: trunk/libavcodec/dsputil.c
> ==============================================================================
> --- trunk/libavcodec/dsputil.c	(original)
> +++ trunk/libavcodec/dsputil.c	Sat Dec 20 19:06:01 2008
> @@ -2743,6 +2743,10 @@ void ff_intrax8dsp_init(DSPContext* c, A
>  /* H264 specific */
>  void ff_h264dspenc_init(DSPContext* c, AVCodecContext *avctx);
>  
> +#if defined(CONFIG_RV30_DECODER)
> +void ff_rv30dsp_init(DSPContext* c, AVCodecContext *avctx);
> +#endif /* CONFIG_RV30_DECODER */
> +

Pointless #if? Contrary to RV40 no actual function is defined, though
IMO the RV40 #if is pointless too, the compiler should not not emit
unused static functions anyway.




More information about the ffmpeg-cvslog mailing list