git.videolan.org
/
ffmpeg.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c46b024
)
Remove pointless CONFIG_MLP_DECODER preprocessor check.
author
Diego Biurrun
<diego@biurrun.de>
Tue, 29 Dec 2009 17:20:19 +0000
(17:20 +0000)
committer
Diego Biurrun
<diego@biurrun.de>
Tue, 29 Dec 2009 17:20:19 +0000
(17:20 +0000)
The file is only ever compiled if the MLP decoder is enabled.
Originally committed as revision 20968 to svn://svn.ffmpeg.org/ffmpeg/trunk
libavcodec/mlpdec.c
patch
|
blob
|
history
diff --git
a/libavcodec/mlpdec.c
b/libavcodec/mlpdec.c
index
d211ebd
..
8060ebe
100644
(file)
--- a/
libavcodec/mlpdec.c
+++ b/
libavcodec/mlpdec.c
@@
-1134,7
+1134,6
@@
error:
return -1;
}
-#if CONFIG_MLP_DECODER
AVCodec mlp_decoder = {
"mlp",
CODEC_TYPE_AUDIO,
@@
-1146,7
+1145,6
@@
AVCodec mlp_decoder = {
read_access_unit,
.long_name = NULL_IF_CONFIG_SMALL("MLP (Meridian Lossless Packing)"),
};
-#endif /* CONFIG_MLP_DECODER */
#if CONFIG_TRUEHD_DECODER
AVCodec truehd_decoder = {