Re: [libav-devel] [PATCH 10/25] intrax8: Keep a reference to the context idctdsp

2016-02-23 Thread Diego Biurrun
On Mon, Feb 22, 2016 at 08:17:34PM -0500, Vittorio Giovara wrote: > --- a/libavcodec/intrax8.c > @@ -736,12 +736,14 @@ static void x8_init_block_index(IntraX8Context *w, > AVFrame *frame, int mb_y) > w->dest[2] += (mb_y & (~1)) * uvlinesize << 2; > } > > -av_cold int ff_intrax8_common_init

[libav-devel] [PATCH 10/25] intrax8: Keep a reference to the context idctdsp

2016-02-22 Thread Vittorio Giovara
Use it instead of the embedded mpegvideo one. Update init function signature to load it directly from the callers. --- configure| 2 +- libavcodec/intrax8.c | 14 -- libavcodec/intrax8.h | 6 +- libavcodec/vc1dec.c | 2 +- libavcodec/wmv2dec.c | 2 +- 5 files chang