[libav-devel] [PATCH] h264: notice memory allocation failure

2011-08-11 Thread Dustin Brody
--- libavcodec/h264.c | 10 -- 1 files changed, 8 insertions(+), 2 deletions(-) diff --git a/libavcodec/h264.c b/libavcodec/h264.c index 9ab2498..c2229ff 100644 --- a/libavcodec/h264.c +++ b/libavcodec/h264.c @@ -1138,7 +1138,10 @@ static int decode_update_thread_context(AVCodecContext

Re: [libav-devel] [PATCH] h264: notice memory allocation failure

2011-08-11 Thread Ronald S. Bultje
Hi, On Thu, Aug 11, 2011 at 5:57 AM, Dustin Brody li...@parsoma.net wrote: ---  libavcodec/h264.c |   10 --  1 files changed, 8 insertions(+), 2 deletions(-) diff --git a/libavcodec/h264.c b/libavcodec/h264.c index 9ab2498..c2229ff 100644 --- a/libavcodec/h264.c +++