diff options
author | Michael Niedermayer <michaelni@gmx.at> | 2004-12-19 12:26:54 +0000 |
---|---|---|
committer | Michael Niedermayer <michaelni@gmx.at> | 2004-12-19 12:26:54 +0000 |
commit | f0b77c69c120321f6abcb922cbb62358f446753c (patch) | |
tree | 691e232c2789888457f785614ea1f71145961681 /libavcodec | |
parent | 55c7e4ad5d5e83e1f43d70d0224aa94d62a1b4f8 (diff) | |
download | ffmpeg-f0b77c69c120321f6abcb922cbb62358f446753c.tar.gz |
better motion_subsample_log2 docs
Originally committed as revision 3762 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavcodec')
-rw-r--r-- | libavcodec/avcodec.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/libavcodec/avcodec.h b/libavcodec/avcodec.h index 8d1ecfa8b9..f53e62a97d 100644 --- a/libavcodec/avcodec.h +++ b/libavcodec/avcodec.h @@ -491,7 +491,8 @@ typedef struct AVPanScan{ uint32_t *mb_type;\ \ /**\ - * Macroblock size: (0->16x16, 1->8x8, 2-> 4x4, 3-> 2x2)\ + * log2 of the size of the block which a single vector in motion_val represents: \ + * (4->16x16, 3->8x8, 2-> 4x4, 1-> 2x2)\ * - encoding: unused\ * - decoding: set by lavc\ */\ |