Re: [libav-devel] [PATCH 3/3] eatqi: Remove MpegEncContext dependency

2016-02-04 Thread Vittorio Giovara
On Thu, Jan 28, 2016 at 6:19 PM, Vittorio Giovara wrote: > On Thu, Jan 28, 2016 at 5:00 AM, Diego Biurrun wrote: >> On Mon, Jan 25, 2016 at 12:56:12PM -0500, Vittorio Giovara wrote: >>> --- a/libavcodec/eatqi.c >>> +++ b/libavcodec/eatqi.c >>> @@ -35,42 +35,51 @@ >>> >>> -static int tqi_decode_mb

Re: [libav-devel] [PATCH 3/3] eatqi: Remove MpegEncContext dependency

2016-01-28 Thread Vittorio Giovara
On Thu, Jan 28, 2016 at 5:00 AM, Diego Biurrun wrote: > On Mon, Jan 25, 2016 at 12:56:12PM -0500, Vittorio Giovara wrote: >> --- a/libavcodec/eatqi.c >> +++ b/libavcodec/eatqi.c >> @@ -35,42 +35,51 @@ >> >> -static int tqi_decode_mb(MpegEncContext *s, int16_t (*block)[64]) >> +static int tqi_decod

Re: [libav-devel] [PATCH 3/3] eatqi: Remove MpegEncContext dependency

2016-01-28 Thread Diego Biurrun
On Mon, Jan 25, 2016 at 12:56:12PM -0500, Vittorio Giovara wrote: > --- a/libavcodec/Makefile > +++ b/libavcodec/Makefile > @@ -208,7 +208,7 @@ OBJS-$(CONFIG_EAMAD_DECODER) += eamad.o > eaidct.o mpeg12.o \ > OBJS-$(CONFIG_EATGQ_DECODER) += eatgq.o eaidct.o > OBJS-$(CONFIG_EAT

[libav-devel] [PATCH 3/3] eatqi: Remove MpegEncContext dependency

2016-01-25 Thread Vittorio Giovara
Signed-off-by: Vittorio Giovara --- configure | 2 +- libavcodec/Makefile | 2 +- libavcodec/eatqi.c | 90 ++--- 3 files changed, 53 insertions(+), 41 deletions(-) diff --git a/configure b/configure index c5bcb78..b819945 100755 --- a/