changeset 3132:f16ccfe674cc libavcodec

Increase maximum number of B-frames, necessary for H.264 encoding. patch by Erik Slagter, erik at slagter .... name
author diego
date Sun, 19 Feb 2006 22:44:35 +0000
parents 9aec091b342f
children 7dcdc73c1631
files avcodec.h
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/avcodec.h	Sun Feb 19 10:20:27 2006 +0000
+++ b/avcodec.h	Sun Feb 19 22:44:35 2006 +0000
@@ -324,7 +324,7 @@
 /* only for ME compatiblity with old apps */
 extern int motion_estimation_method;
 
-#define FF_MAX_B_FRAMES 8
+#define FF_MAX_B_FRAMES 16
 
 /* encoding support
    these flags can be passed in AVCodecContext.flags before initing