# HG changeset patch # User michael # Date 1206036973 0 # Node ID 77de2a1737d4aa9dadc93fffa83e5c9d2106e6d6 # Parent 713c4fd84e0b7826bd7d20c7798ef55f53a37bf8 More complete documentation for AVFrame.reference. diff -r 713c4fd84e0b -r 77de2a1737d4 avcodec.h --- a/avcodec.h Thu Mar 20 14:24:29 2008 +0000 +++ b/avcodec.h Thu Mar 20 18:16:13 2008 +0000 @@ -601,6 +601,8 @@ \ /**\ * is this picture used as reference\ + * The values for this are the same as the MpegEncContext.picture_structure\ + * variable, that is 1->top field, 2->bottom field, 3->frame/both fields.\ * - encoding: unused\ * - decoding: Set by libavcodec. (before get_buffer() call)).\ */\