[libav-devel] [PATCH 06/12] libopencore-amr, libvo-amrwbenc: Return proper error return codes in most places

2011-04-12 Thread Martin Storsjö
--- libavcodec/libopencore-amr.c | 16 libavcodec/libvo-amrwbenc.c |8 2 files changed, 12 insertions(+), 12 deletions(-) diff --git a/libavcodec/libopencore-amr.c b/libavcodec/libopencore-amr.c index e6958c9..8a8c18b 100644 --- a/libavcodec/libopencore-amr.c +++

Re: [libav-devel] [PATCH 06/12] libopencore-amr, libvo-amrwbenc: Return proper error return codes in most places

2011-04-12 Thread Ronald S. Bultje
Hi, On Tue, Apr 12, 2011 at 5:58 PM, Martin Storsjö mar...@martin.st wrote: ---  libavcodec/libopencore-amr.c |   16  libavcodec/libvo-amrwbenc.c  |    8  2 files changed, 12 insertions(+), 12 deletions(-) All OK.     if (avctx-sample_rate != 8000) {