comparison avcodec.h @ 9050:9653d4585183 libavcodec

Completed documentation of reference field.
author cehoyos
date Thu, 26 Feb 2009 01:38:51 +0000
parents d4c12f2d226b
children 3c5920f57063
comparison
equal deleted inserted replaced
9049:16d0dfacd6c2 9050:9653d4585183
656 \ 656 \
657 /**\ 657 /**\
658 * is this picture used as reference\ 658 * is this picture used as reference\
659 * The values for this are the same as the MpegEncContext.picture_structure\ 659 * The values for this are the same as the MpegEncContext.picture_structure\
660 * variable, that is 1->top field, 2->bottom field, 3->frame/both fields.\ 660 * variable, that is 1->top field, 2->bottom field, 3->frame/both fields.\
661 * Set to 4 for delayed, non-reference frames.\
661 * - encoding: unused\ 662 * - encoding: unused\
662 * - decoding: Set by libavcodec. (before get_buffer() call)).\ 663 * - decoding: Set by libavcodec. (before get_buffer() call)).\
663 */\ 664 */\
664 int reference;\ 665 int reference;\
665 \ 666 \