Re: [libav-devel] [PATCH 17/25] intrax8: Pass macroblock size to ff_intrax8_common_init

2016-02-23 Thread Diego Biurrun
On Mon, Feb 22, 2016 at 08:17:41PM -0500, Vittorio Giovara wrote: > --- > libavcodec/intrax8.c | 65 > ++-- > libavcodec/intrax8.h | 7 ++ > libavcodec/vc1dec.c | 4 +++- > libavcodec/wmv2dec.c | 3 ++- > 4 files changed, 44 insertions(+),

[libav-devel] [PATCH 17/25] intrax8: Pass macroblock size to ff_intrax8_common_init

2016-02-22 Thread Vittorio Giovara
--- libavcodec/intrax8.c | 65 ++-- libavcodec/intrax8.h | 7 ++ libavcodec/vc1dec.c | 4 +++- libavcodec/wmv2dec.c | 3 ++- 4 files changed, 44 insertions(+), 35 deletions(-) diff --git a/libavcodec/intrax8.c b/libavcodec/intrax8.c index