Commit 562e8d01 authored by Michael Niedermayer's avatar Michael Niedermayer

Merge commit '6652338f'

* commit '6652338f':
  wmapro: return early on unsupported condition
Merged-by: 's avatarMichael Niedermayer <michaelni@gmx.at>
parents 3e33db3f 6652338f
......@@ -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;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment