Mercurial > libavcodec.hg
changeset 6514:77de2a1737d4 libavcodec
More complete documentation for AVFrame.reference.
author | michael |
---|---|
date | Thu, 20 Mar 2008 18:16:13 +0000 |
parents | 713c4fd84e0b |
children | f44ffc9a68c8 |
files | avcodec.h |
diffstat | 1 files changed, 2 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- 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)).\ */\