Re: [libav-devel] [PATCH 12/25] intrax8: Pass the output frame to the decoding function

2016-02-23 Thread Diego Biurrun
On Mon, Feb 22, 2016 at 08:17:36PM -0500, Vittorio Giovara wrote: > --- > libavcodec/intrax8.c | 21 +++-- > libavcodec/intrax8.h | 7 +-- > libavcodec/vc1_block.c | 4 +++- > libavcodec/wmv2dec.c | 3 ++- > 4 files changed, 21 insertions(+), 14 deletions(-) Why?

[libav-devel] [PATCH 12/25] intrax8: Pass the output frame to the decoding function

2016-02-22 Thread Vittorio Giovara
--- libavcodec/intrax8.c | 21 +++-- libavcodec/intrax8.h | 7 +-- libavcodec/vc1_block.c | 4 +++- libavcodec/wmv2dec.c | 3 ++- 4 files changed, 21 insertions(+), 14 deletions(-) diff --git a/libavcodec/intrax8.c b/libavcodec/intrax8.c index d9c156c..d0e7e93 100644