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

2016-03-22 Thread Diego Biurrun
On Sat, Mar 19, 2016 at 05:42:43PM -0400, Vittorio Giovara wrote: > Use it instead of the embedded mpegvideo one. Update init function > signature to load it directly from the callers. > --- > configure| 1 + > libavcodec/intrax8.c | 14 -- > libavcodec/intrax8.h | 6

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

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