Re: [libav-devel] [PATCH 16/25] intrax8: Keep a reference to the GetBitContext reader

2016-03-22 Thread Diego Biurrun
On Sat, Mar 19, 2016 at 05:42:47PM -0400, Vittorio Giovara wrote: > Helps in decoupling this code from mpegvideo. > --- > libavcodec/intrax8.c | 35 --- > libavcodec/intrax8.h | 4 +++- > libavcodec/vc1_block.c | 2 +- > libavcodec/wmv2dec.c | 2 +- > 4

[libav-devel] [PATCH 16/25] intrax8: Keep a reference to the GetBitContext reader

2016-03-19 Thread Vittorio Giovara
Helps in decoupling this code from mpegvideo. --- libavcodec/intrax8.c | 35 --- libavcodec/intrax8.h | 4 +++- libavcodec/vc1_block.c | 2 +- libavcodec/wmv2dec.c | 2 +- 4 files changed, 21 insertions(+), 22 deletions(-) diff --git