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
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
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 +++--