comparison avcodec.h @ 6514:77de2a1737d4 libavcodec

More complete documentation for AVFrame.reference.
author michael
date Thu, 20 Mar 2008 18:16:13 +0000
parents d9711ab4a934
children 2191d340f80d
comparison
equal deleted inserted replaced
6513:713c4fd84e0b 6514:77de2a1737d4
599 */\ 599 */\
600 int age;\ 600 int age;\
601 \ 601 \
602 /**\ 602 /**\
603 * is this picture used as reference\ 603 * is this picture used as reference\
604 * The values for this are the same as the MpegEncContext.picture_structure\
605 * variable, that is 1->top field, 2->bottom field, 3->frame/both fields.\
604 * - encoding: unused\ 606 * - encoding: unused\
605 * - decoding: Set by libavcodec. (before get_buffer() call)).\ 607 * - decoding: Set by libavcodec. (before get_buffer() call)).\
606 */\ 608 */\
607 int reference;\ 609 int reference;\
608 \ 610 \