Browse Source

Merge commit '6652338f43ef623045912d7f28b61adea05d27ae'

* commit '6652338f43ef623045912d7f28b61adea05d27ae':
  wmapro: return early on unsupported condition

Merged-by: Michael Niedermayer <michaelni@gmx.at>
tags/n2.0
Michael Niedermayer 12 years ago
parent
commit
562e8d019b
1 changed files with 1 additions and 0 deletions
  1. +1
    -0
      libavcodec/wmaprodec.c

+ 1
- 0
libavcodec/wmaprodec.c View File

@@ -726,6 +726,7 @@ static int decode_channel_transform(WMAProDecodeCtx* s)
if (get_bits1(&s->gb)) {
avpriv_request_sample(s->avctx,
"Unknown channel transform type");
return AVERROR_PATCHWELCOME;
}
} else {
chgroup->transform = 1;


Loading…
Cancel
Save