Re: [libav-devel] [PATCH 17/25] intrax8: Reference the currect AVCodecContext

2016-03-22 Thread Vittorio Giovara
On Tue, Mar 22, 2016 at 2:10 PM, Diego Biurrun wrote: > cOrrect? "current" > On Sat, Mar 19, 2016 at 05:42:48PM -0400, Vittorio Giovara wrote: >> It will be needed in later commits. >> --- >> libavcodec/intrax8.c | 4 +++- >> libavcodec/intrax8.h | 5 - >>

Re: [libav-devel] [PATCH 17/25] intrax8: Reference the currect AVCodecContext

2016-03-22 Thread Diego Biurrun
cOrrect? On Sat, Mar 19, 2016 at 05:42:48PM -0400, Vittorio Giovara wrote: > It will be needed in later commits. > --- > libavcodec/intrax8.c | 4 +++- > libavcodec/intrax8.h | 5 - > libavcodec/vc1dec.c | 2 +- > libavcodec/wmv2dec.c | 2 +- > 4 files changed, 9 insertions(+), 4

[libav-devel] [PATCH 17/25] intrax8: Reference the currect AVCodecContext

2016-03-19 Thread Vittorio Giovara
It will be needed in later commits. --- libavcodec/intrax8.c | 4 +++- libavcodec/intrax8.h | 5 - libavcodec/vc1dec.c | 2 +- libavcodec/wmv2dec.c | 2 +- 4 files changed, 9 insertions(+), 4 deletions(-) diff --git a/libavcodec/intrax8.c b/libavcodec/intrax8.c index 336551f..3365995 100644