Re: [libav-devel] [PATCH 18/25] intrax8: Carry over lowdelay value in ff_intrax8_decode_picture

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

[libav-devel] [PATCH 18/25] intrax8: Carry over lowdelay value in ff_intrax8_decode_picture

2016-02-22 Thread Vittorio Giovara
--- libavcodec/intrax8.c | 3 ++- libavcodec/intrax8.h | 3 ++- libavcodec/vc1_block.c | 2 +- libavcodec/wmv2dec.c | 2 +- 4 files changed, 6 insertions(+), 4 deletions(-) diff --git a/libavcodec/intrax8.c b/libavcodec/intrax8.c index 8ac3417..b3b1331 100644 --- a/libavcodec/intrax8.c +++