Mercurial > libavcodec.hg
changeset 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 | 54f2b18af736 |
files | dsputil.c |
diffstat | 1 files changed, 1 insertions(+), 3 deletions(-) [+] |
line wrap: on
line diff
--- a/dsputil.c Thu Apr 30 12:30:05 2009 +0000 +++ b/dsputil.c Thu Apr 30 21:34:56 2009 +0000 @@ -2754,9 +2754,7 @@ } #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 */