Re: [libav-devel] [PATCH 08/25] intrax8: Check and propagate errors from ff_intrax8_common_init

2016-03-22 Thread Diego Biurrun
On Sat, Mar 19, 2016 at 05:42:39PM -0400, Vittorio Giovara wrote: > This allows dropping an afterwards redundant assert. > --- > libavcodec/intrax8.c | 12 +--- > libavcodec/intrax8.h | 3 ++- > 2 files changed, 11 insertions(+), 4 deletions(-) > > Unchanged. I'd squash this with 7/25,

[libav-devel] [PATCH 08/25] intrax8: Check and propagate errors from ff_intrax8_common_init

2016-03-19 Thread Vittorio Giovara
This allows dropping an afterwards redundant assert. --- libavcodec/intrax8.c | 12 +--- libavcodec/intrax8.h | 3 ++- 2 files changed, 11 insertions(+), 4 deletions(-) Unchanged. diff --git a/libavcodec/intrax8.c b/libavcodec/intrax8.c index bea1b76..0c720b0 100644 ---