Re: [libav-devel] [PATCH 19/21] wmaenc: improve channel count and bitrate error handling in encode_init()

2011-05-12 Thread Justin Ruggles
On 05/12/2011 01:56 AM, Anton Khirnov wrote: > From: Tomas Härdin > > Signed-off-by: Michael Niedermayer > Signed-off-by: Anton Khirnov > --- > libavcodec/wmaenc.c | 16 +++- > 1 files changed, 11 insertions(+), 5 deletions(-) > > diff --git a/libavcodec/wmaenc.c b/libavcodec/w

[libav-devel] [PATCH 19/21] wmaenc: improve channel count and bitrate error handling in encode_init()

2011-05-11 Thread Anton Khirnov
From: Tomas Härdin Signed-off-by: Michael Niedermayer Signed-off-by: Anton Khirnov --- libavcodec/wmaenc.c | 16 +++- 1 files changed, 11 insertions(+), 5 deletions(-) diff --git a/libavcodec/wmaenc.c b/libavcodec/wmaenc.c index d2e811f..3cdb4a0 100644 --- a/libavcodec/wmaenc.c