Commit 7ad7deee authored by ramiro's avatar ramiro

Don't #if a function declaration and properly indent it.

git-svn-id: file:///var/local/repositories/ffmpeg/trunk@18722 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
parent a6892c8a
...@@ -2754,9 +2754,7 @@ void ff_avg_cavs_qpel16_mc00_c(uint8_t *dst, uint8_t *src, int stride) { ...@@ -2754,9 +2754,7 @@ void ff_avg_cavs_qpel16_mc00_c(uint8_t *dst, uint8_t *src, int stride) {
} }
#endif /* CONFIG_CAVS_DECODER */ #endif /* CONFIG_CAVS_DECODER */
#if CONFIG_MLP_DECODER || CONFIG_TRUEHD_DECODER void ff_mlp_init(DSPContext* c, AVCodecContext *avctx);
void ff_mlp_init(DSPContext* c, AVCodecContext *avctx);
#endif
#if CONFIG_VC1_DECODER || CONFIG_WMV3_DECODER #if CONFIG_VC1_DECODER || CONFIG_WMV3_DECODER
/* VC-1 specific */ /* VC-1 specific */
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment