diff avcodec.h @ 7934:9daf67c7e880 libavcodec

Document the directpred auto value. Patch by Francesco Cosoleto cosoleto ^^AT^^ gmail @@dot@@ com
author stefano
date Sun, 28 Sep 2008 19:11:26 +0000
parents c6e9ff53dab4
children 444659c2b8a6
line wrap: on
line diff
--- a/avcodec.h	Sun Sep 28 16:16:05 2008 +0000
+++ b/avcodec.h	Sun Sep 28 19:11:26 2008 +0000
@@ -2104,7 +2104,7 @@
 #define X264_PART_B8X8 0x100  /* Analyze b16x8, b8x16 and b8x8 */
 
     /**
-     * direct MV prediction mode - 0 (none), 1 (spatial), 2 (temporal)
+     * direct MV prediction mode - 0 (none), 1 (spatial), 2 (temporal), 3 (auto)
      * - encoding: Set by user.
      * - decoding: unused
      */