Re: [FFmpeg-devel] [PATCH] wmavoice: don't check if we have enough bits to read a superframe.

2016-12-16 Thread Michael Niedermayer
On Fri, Dec 16, 2016 at 09:41:28AM -0500, Ronald S. Bultje wrote: > The checked bitstream reader makes this unnecessary. > --- > libavcodec/wmavoice.c | 86 > ++- > 1 file changed, 2 insertions(+), 84 deletions(-) This breaks fate too TEST

[FFmpeg-devel] [PATCH] wmavoice: don't check if we have enough bits to read a superframe.

2016-12-16 Thread Ronald S. Bultje
The checked bitstream reader makes this unnecessary. --- libavcodec/wmavoice.c | 86 ++- 1 file changed, 2 insertions(+), 84 deletions(-) diff --git a/libavcodec/wmavoice.c b/libavcodec/wmavoice.c index ba02c7d..e4ea128 100644 ---