Commit b93de8e2 authored by michael's avatar michael

More complete documentation for AVFrame.reference.


git-svn-id: file:///var/local/repositories/ffmpeg/trunk@12518 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
parent c33aecdd
......@@ -601,6 +601,8 @@ typedef struct AVPanScan{
\
/**\
* 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)).\
*/\
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment