diff options
author | Francesco Cosoleto <cosoleto@gmail.com> | 2008-09-28 19:11:26 +0000 |
---|---|---|
committer | Stefano Sabatini <stefano.sabatini-lala@poste.it> | 2008-09-28 19:11:26 +0000 |
commit | 30ab4deda8d62280a93a658a3d97b7a59670e66f (patch) | |
tree | 9791a2ab9162b016bef12b59643b48d3f0849331 /libavcodec/avcodec.h | |
parent | b235dbb05ba4473a11f0e5a4aed9610db1eb6628 (diff) | |
download | ffmpeg-30ab4deda8d62280a93a658a3d97b7a59670e66f.tar.gz |
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.h | 2 |
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 */ |