[FFmpeg-cvslog] wmapro: return early on unsupported condition

Luca Barbato git at videolan.org
Sat Jun 29 11:48:23 CEST 2013


ffmpeg | branch: master | Luca Barbato <lu_zero at gentoo.org> | Fri Jun 28 05:21:33 2013 +0200| [6652338f43ef623045912d7f28b61adea05d27ae] | committer: Luca Barbato

wmapro: return early on unsupported condition

Reported-by: Mateusz "j00ru" Jurczyk and Gynvael Coldwind
CC: libav-stable at libav.org

> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=6652338f43ef623045912d7f28b61adea05d27ae
---

 libavcodec/wmaprodec.c |    1 +
 1 file changed, 1 insertion(+)

diff --git a/libavcodec/wmaprodec.c b/libavcodec/wmaprodec.c
index 8fdfbf8..7ea5dd9 100644
--- a/libavcodec/wmaprodec.c
+++ b/libavcodec/wmaprodec.c
@@ -716,6 +716,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;



More information about the ffmpeg-cvslog mailing list