Mercurial > libavcodec.hg
comparison dsputil.c @ 9586:c7420bfe4da0 libavcodec
Don't #if a function declaration and properly indent it.
author | ramiro |
---|---|
date | Thu, 30 Apr 2009 21:34:56 +0000 |
parents | 5e1d9508b62f |
children | d6d7e8d4a04d |
comparison
equal
deleted
inserted
replaced
9585:5e1d9508b62f | 9586:c7420bfe4da0 |
---|---|
2752 void ff_avg_cavs_qpel16_mc00_c(uint8_t *dst, uint8_t *src, int stride) { | 2752 void ff_avg_cavs_qpel16_mc00_c(uint8_t *dst, uint8_t *src, int stride) { |
2753 avg_pixels16_c(dst, src, stride, 16); | 2753 avg_pixels16_c(dst, src, stride, 16); |
2754 } | 2754 } |
2755 #endif /* CONFIG_CAVS_DECODER */ | 2755 #endif /* CONFIG_CAVS_DECODER */ |
2756 | 2756 |
2757 #if CONFIG_MLP_DECODER || CONFIG_TRUEHD_DECODER | 2757 void ff_mlp_init(DSPContext* c, AVCodecContext *avctx); |
2758 void ff_mlp_init(DSPContext* c, AVCodecContext *avctx); | |
2759 #endif | |
2760 | 2758 |
2761 #if CONFIG_VC1_DECODER || CONFIG_WMV3_DECODER | 2759 #if CONFIG_VC1_DECODER || CONFIG_WMV3_DECODER |
2762 /* VC-1 specific */ | 2760 /* VC-1 specific */ |
2763 void ff_vc1dsp_init(DSPContext* c, AVCodecContext *avctx); | 2761 void ff_vc1dsp_init(DSPContext* c, AVCodecContext *avctx); |
2764 | 2762 |