Re: [libav-devel] [PATCH 11/14] h261dec: Convert to the new bitstream reader

2017-01-26 Thread Vittorio Giovara
On Thu, Jan 26, 2017 at 11:10 AM, Diego Biurrun wrote: > From: Alexandra Hájková > > --- > libavcodec/h261dec.c | 92 > ++ > libavcodec/mpegvideo.h | 3 ++ > libavformat/h261dec.c | 11 +++--- > 3 files changed, 56 insertions(+), 50 deletions(

[libav-devel] [PATCH 11/14] h261dec: Convert to the new bitstream reader

2017-01-26 Thread Diego Biurrun
From: Alexandra Hájková --- libavcodec/h261dec.c | 92 ++ libavcodec/mpegvideo.h | 3 ++ libavformat/h261dec.c | 11 +++--- 3 files changed, 56 insertions(+), 50 deletions(-) diff --git a/libavcodec/h261dec.c b/libavcodec/h261dec.c index 9a323