# HG changeset patch # User michael # Date 1103459214 0 # Node ID 776e37360171f433e981842da295e83dbe413a20 # Parent 0433866b1075950a4a1a699c966dc5a1ac8b04fe better motion_subsample_log2 docs diff -r 0433866b1075 -r 776e37360171 avcodec.h --- 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\ */\