Re: [libav-devel] [PATCH 2/3] mpeg1: Make intra-block decoding independent of MpegEncContext

2016-01-28 Thread Vittorio Giovara
On Thu, Jan 28, 2016 at 5:14 AM, Diego Biurrun wrote: > > Why is block_last_index suddenly only set in one place? Looks suspicious > and unrelated to me. You mean why is it set only in mpeg1 and not on eatqi? Well it's one of the fields that are used in mpegvideo, but are absolutely unnecessary

Re: [libav-devel] [PATCH 2/3] mpeg1: Make intra-block decoding independent of MpegEncContext

2016-01-28 Thread Diego Biurrun
On Mon, Jan 25, 2016 at 12:56:11PM -0500, Vittorio Giovara wrote: > This allows untangling the eatqi decoder from the MPEG-1 decoder. > > Signed-off-by: Vittorio Giovara > --- > libavcodec/eatqi.c | 9 - > libavcodec/mpeg12.c| 89 +++ > liba

[libav-devel] [PATCH 2/3] mpeg1: Make intra-block decoding independent of MpegEncContext

2016-01-25 Thread Vittorio Giovara
This allows untangling the eatqi decoder from the MPEG-1 decoder. Signed-off-by: Vittorio Giovara --- libavcodec/eatqi.c | 9 - libavcodec/mpeg12.c| 89 +++ libavcodec/mpeg12.h| 6 ++- libavcodec/mpeg12dec.c | 101 +++--