[libav-devel] [PATCH] svq3: propagate codec context memory allocation failure in threaded decode

2011-08-12 Thread Dustin Brody
--- libavcodec/svq3.c |5 - 1 files changed, 4 insertions(+), 1 deletions(-) diff --git a/libavcodec/svq3.c b/libavcodec/svq3.c index f6f9fc1..3cd95ba 100644 --- a/libavcodec/svq3.c +++ b/libavcodec/svq3.c @@ -924,7 +924,10 @@ static av_cold int svq3_decode_init(AVCodecContext *avctx)

Re: [libav-devel] [PATCH] svq3: propagate codec context memory allocation failure in threaded decode

2011-08-12 Thread Ronald S. Bultje
Hi, On Fri, Aug 12, 2011 at 9:01 AM, Dustin Brody li...@parsoma.net wrote: ---  libavcodec/svq3.c |    5 -  1 files changed, 4 insertions(+), 1 deletions(-) diff --git a/libavcodec/svq3.c b/libavcodec/svq3.c index f6f9fc1..3cd95ba 100644 --- a/libavcodec/svq3.c +++ b/libavcodec/svq3.c

Re: [libav-devel] [PATCH] svq3: propagate codec context memory allocation failure in threaded decode

2011-08-12 Thread Dustin Brody
On 8/12/2011 12:20 PM, Ronald S. Bultje wrote: Hi, On Fri, Aug 12, 2011 at 9:01 AM, Dustin Brody li...@parsoma.net wrote: --- libavcodec/svq3.c |5 - 1 files changed, 4 insertions(+), 1 deletions(-) diff --git a/libavcodec/svq3.c b/libavcodec/svq3.c index f6f9fc1..3cd95ba 100644