[FFmpeg-cvslog] r18721 - in trunk/libavcodec: Makefile dsputil.c dsputil.h mlpdec.c mlpdsp.c
Ramiro Polla
ramiro
Thu Apr 30 23:38:15 CEST 2009
Aurelien Jacobs wrote:
> On Thu, Apr 30, 2009 at 02:30:06PM +0200, ramiro wrote:
>> Author: ramiro
>> Date: Thu Apr 30 14:30:05 2009
>> New Revision: 18721
>>
>> Log:
>> mlpdec: Move MLP's filter_channel() to dsputils.
>>
>> [...]
>>
>> Modified: trunk/libavcodec/dsputil.c
>> ==============================================================================
>> --- trunk/libavcodec/dsputil.c Thu Apr 30 14:08:35 2009 (r18720)
>> +++ trunk/libavcodec/dsputil.c Thu Apr 30 14:30:05 2009 (r18721)
>> @@ -2754,6 +2754,10 @@ 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
>
> #if around declaration is useless...
#if REMOVED && (indentation <<= 4)
More information about the ffmpeg-cvslog
mailing list