summaryrefslogtreecommitdiff
path: root/libavcodec/avcodec.h
diff options
context:
space:
mode:
authorFrancesco Cosoleto <cosoleto@gmail.com>2008-09-28 19:11:26 +0000
committerStefano Sabatini <stefano.sabatini-lala@poste.it>2008-09-28 19:11:26 +0000
commit30ab4deda8d62280a93a658a3d97b7a59670e66f (patch)
tree9791a2ab9162b016bef12b59643b48d3f0849331 /libavcodec/avcodec.h
parentb235dbb05ba4473a11f0e5a4aed9610db1eb6628 (diff)
Document the directpred auto value.
Patch by Francesco Cosoleto cosoleto ^^AT^^ gmail @@dot@@ com Originally committed as revision 15448 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavcodec/avcodec.h')
-rw-r--r--libavcodec/avcodec.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/libavcodec/avcodec.h b/libavcodec/avcodec.h
index c2f7687234..dfd7264458 100644
--- a/libavcodec/avcodec.h
+++ b/libavcodec/avcodec.h
@@ -2104,7 +2104,7 @@ typedef struct AVCodecContext {
#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
*/