Browse Source

Remove pointless CONFIG_MLP_DECODER preprocessor check.

The file is only ever compiled if the MLP decoder is enabled.

Originally committed as revision 20968 to svn://svn.ffmpeg.org/ffmpeg/trunk
tags/v0.6
Diego Biurrun 15 years ago
parent
commit
547fc46ca7
1 changed files with 0 additions and 2 deletions
  1. +0
    -2
      libavcodec/mlpdec.c

+ 0
- 2
libavcodec/mlpdec.c View File

@@ -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 = {


Loading…
Cancel
Save