comparison avcodec.h @ 2394:776e37360171 libavcodec

better motion_subsample_log2 docs
author michael
date Sun, 19 Dec 2004 12:26:54 +0000
parents 55a72627a2c5
children a579ef4a4f4a
comparison
equal deleted inserted replaced
2393:0433866b1075 2394:776e37360171
489 * - decoding: set by lavc\ 489 * - decoding: set by lavc\
490 */\ 490 */\
491 uint32_t *mb_type;\ 491 uint32_t *mb_type;\
492 \ 492 \
493 /**\ 493 /**\
494 * Macroblock size: (0->16x16, 1->8x8, 2-> 4x4, 3-> 2x2)\ 494 * log2 of the size of the block which a single vector in motion_val represents: \
495 * (4->16x16, 3->8x8, 2-> 4x4, 1-> 2x2)\
495 * - encoding: unused\ 496 * - encoding: unused\
496 * - decoding: set by lavc\ 497 * - decoding: set by lavc\
497 */\ 498 */\
498 uint8_t motion_subsample_log2;\ 499 uint8_t motion_subsample_log2;\
499 \ 500 \