diff avcodec.h @ 1616:13a20c0594f2 libavcodec

rate distored optimal lambda->qp support
author michael
date Wed, 12 Nov 2003 12:25:44 +0000
parents 721a76648a4b
children 39415c362982
line wrap: on
line diff
--- a/avcodec.h	Wed Nov 12 01:19:36 2003 +0000
+++ b/avcodec.h	Wed Nov 12 12:25:44 2003 +0000
@@ -255,6 +255,7 @@
 #define CODEC_FLAG_AC_PRED        0x01000000 ///< H263 Advanced intra coding / MPEG4 AC prediction
 #define CODEC_FLAG_H263P_UMV      0x02000000 ///< Unlimited motion vector  
 #define CODEC_FLAG_CBP_RD         0x04000000 ///< use rate distortion optimization for cbp
+#define CODEC_FLAG_QP_RD          0x08000000 ///< use rate distortion optimization for qp selectioon
 /* For advanced prediction mode, we reuse the 4MV flag */
 /* Unsupported options :
  * 		Syntax Arithmetic coding (SAC)
@@ -1065,6 +1066,7 @@
     
     /**
      * sample aspect ratio (0 if unknown).
+     * numerator and denominator must be relative prime and smaller then 256 for some video standards
      * - encoding: set by user.
      * - decoding: set by lavc.
      */