diff avcodec.h @ 10658:8a7d79132993 libavcodec

Add MBtree support for libx264 Patch by Erik Slagter
author darkshikari
date Tue, 08 Dec 2009 20:01:46 +0000
parents 7ca185b4bc42
children 85b5e57f5959
line wrap: on
line diff
--- a/avcodec.h	Tue Dec 08 19:20:36 2009 +0000
+++ b/avcodec.h	Tue Dec 08 20:01:46 2009 +0000
@@ -580,6 +580,7 @@
 #define CODEC_FLAG2_CHUNKS        0x00008000 ///< Input bitstream might be truncated at a packet boundaries instead of only at frame boundaries.
 #define CODEC_FLAG2_NON_LINEAR_QUANT 0x00010000 ///< Use MPEG-2 nonlinear quantizer.
 #define CODEC_FLAG2_BIT_RESERVOIR 0x00020000 ///< Use a bit reservoir when encoding if possible
+#define CODEC_FLAG2_MBTREE        0x00040000 ///< Use macroblock tree ratecontrol (x264 only)
 
 /* Unsupported options :
  *              Syntax Arithmetic coding (SAC)