summaryrefslogtreecommitdiffstats
path: root/libavcodec/mlpdec.c
diff options
context:
space:
mode:
authorMichael Niedermayer <michaelni@gmx.at>2013-08-03 10:27:42 +0200
committerMichael Niedermayer <michaelni@gmx.at>2013-08-03 10:27:42 +0200
commit1607a985455287ccae3bfa46393a6cdfc04ce64f (patch)
tree9dfaff708f79f6321d072b70a0fae6b4ec161797 /libavcodec/mlpdec.c
parent20be5e0a0e7563671efe0f085c9f160ff09ba494 (diff)
downloadffmpeg-streaming-1607a985455287ccae3bfa46393a6cdfc04ce64f.zip
ffmpeg-streaming-1607a985455287ccae3bfa46393a6cdfc04ce64f.tar.gz
avcodec/mlp: Fix bugs in libavs warning fixes
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
Diffstat (limited to 'libavcodec/mlpdec.c')
-rw-r--r--libavcodec/mlpdec.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libavcodec/mlpdec.c b/libavcodec/mlpdec.c
index 1722de6..059e4d0 100644
--- a/libavcodec/mlpdec.c
+++ b/libavcodec/mlpdec.c
@@ -471,8 +471,8 @@ FF_DISABLE_DEPRECATION_WARNINGS
"Further substreams will be skipped.\n",
s->max_channel + 1, substr);
m->max_decoded_substream = substr;
- } else
FF_ENABLE_DEPRECATION_WARNINGS
+ } else
#endif
if (m->avctx->request_channel_layout == s->ch_layout &&
m->max_decoded_substream > substr) {
OpenPOWER on IntegriCloud