projects
/
platform
/
upstream
/
libav.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
bf4f19d
)
Don't #if a function declaration and properly indent it.
author
Ramiro Polla
<ramiro.polla@gmail.com>
Thu, 30 Apr 2009 21:34:56 +0000
(21:34 +0000)
committer
Ramiro Polla
<ramiro.polla@gmail.com>
Thu, 30 Apr 2009 21:34:56 +0000
(21:34 +0000)
Originally committed as revision 18722 to svn://svn.ffmpeg.org/ffmpeg/trunk
libavcodec/dsputil.c
patch
|
blob
|
history
diff --git
a/libavcodec/dsputil.c
b/libavcodec/dsputil.c
index
859aca3
..
c76efeb
100644
(file)
--- a/
libavcodec/dsputil.c
+++ b/
libavcodec/dsputil.c
@@
-2754,9
+2754,7
@@
void ff_avg_cavs_qpel16_mc00_c(uint8_t *dst, uint8_t *src, int stride) {
}
#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 */