Commit 263ac4bd authored by michael's avatar michael

better motion_subsample_log2 docs


git-svn-id: file:///var/local/repositories/ffmpeg/trunk@3762 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
parent 0b1be1f3
......@@ -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\
*/\
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment