Mercurial > libavcodec.hg
changeset 2394:776e37360171 libavcodec
better motion_subsample_log2 docs
author | michael |
---|---|
date | Sun, 19 Dec 2004 12:26:54 +0000 |
parents | 0433866b1075 |
children | 81516be6d0e4 |
files | avcodec.h |
diffstat | 1 files changed, 2 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/avcodec.h Sat Dec 18 16:20:42 2004 +0000 +++ b/avcodec.h Sun Dec 19 12:26:54 2004 +0000 @@ -491,7 +491,8 @@ 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\ */\