mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2024-11-26 19:01:44 +02:00
better motion_subsample_log2 docs
Originally committed as revision 3762 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
parent
55c7e4ad5d
commit
f0b77c69c1
@ -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\
|
||||
*/\
|
||||
|
Loading…
Reference in New Issue
Block a user