Re: [libav-devel] [PATCH 006/115] mpeg12: Convert to the new bitstream reader

2016-06-16 Thread Diego Biurrun
On Mon, Jun 13, 2016 at 07:55:46PM +0200, Anton Khirnov wrote: > Quoting Diego Biurrun (2016-06-09 17:11:48) > > From: Alexandra Hájková > > > > --- > > libavcodec/eatqi.c | 8 +- > > libavcodec/mdec.c | 34 ++-- > > libavcodec/mpeg12.c| 31 ++-- > > libavcodec/mpeg12.h| 12

Re: [libav-devel] [PATCH 006/115] mpeg12: Convert to the new bitstream reader

2016-06-13 Thread Anton Khirnov
Quoting Diego Biurrun (2016-06-09 17:11:48) > From: Alexandra Hájková > > --- > libavcodec/eatqi.c | 8 +- > libavcodec/mdec.c | 34 ++-- > libavcodec/mpeg12.c| 31 ++-- > libavcodec/mpeg12.h| 12 +- > libavcodec/mpeg12dec.c | 415 > ++--

[libav-devel] [PATCH 006/115] mpeg12: Convert to the new bitstream reader

2016-06-09 Thread Diego Biurrun
From: Alexandra Hájková --- libavcodec/eatqi.c | 8 +- libavcodec/mdec.c | 34 ++-- libavcodec/mpeg12.c| 31 ++-- libavcodec/mpeg12.h| 12 +- libavcodec/mpeg12dec.c | 415 ++--- libavcodec/mpegvideo.h | 3 + 6 files changed, 227