# HG changeset patch # User cehoyos # Date 1235612331 0 # Node ID 9653d4585183db6c309ae74d51ed52f307609a33 # Parent 16d0dfacd6c26b811bc782f992b002600a3dd04c Completed documentation of reference field. diff -r 16d0dfacd6c2 -r 9653d4585183 avcodec.h --- a/avcodec.h Thu Feb 26 01:03:01 2009 +0000 +++ b/avcodec.h Thu Feb 26 01:38:51 2009 +0000 @@ -658,6 +658,7 @@ * 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.\ + * Set to 4 for delayed, non-reference frames.\ * - encoding: unused\ * - decoding: Set by libavcodec. (before get_buffer() call)).\ */\