OSDN Git Service

doc/examples/decoding_encoding: make the buffer bigger.
authorMichael Niedermayer <michaelni@gmx.at>
Thu, 22 Mar 2012 03:47:03 +0000 (04:47 +0100)
committerMichael Niedermayer <michaelni@gmx.at>
Thu, 22 Mar 2012 04:25:26 +0000 (05:25 +0100)
This should be converted to the new API

Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
doc/examples/decoding_encoding.c

index 255be70..4b87e2d 100644 (file)
@@ -255,7 +255,7 @@ static void video_encode_example(const char *filename, int codec_id)
     }
 
     /* alloc image and output buffer */
-    outbuf_size = 100000;
+    outbuf_size = 100000 + 12*c->width*c->height;
     outbuf = malloc(outbuf_size);
 
     /* the image can be allocated by any means and av_image_alloc() is