# HG changeset patch # User ramiro # Date 1241127296 0 # Node ID c7420bfe4da07db9a4f42d828592d60e7bc7b7db # Parent 5e1d9508b62f5d9a4ca8738457105d81556e103d Don't #if a function declaration and properly indent it. diff -r 5e1d9508b62f -r c7420bfe4da0 dsputil.c --- 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 */