mirror of https://git.ffmpeg.org/ffmpeg.git
Completed documentation of reference field.
Originally committed as revision 17597 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
parent
2f9c978a07
commit
5fe2a515f8
|
@ -658,6 +658,7 @@ typedef struct AVPanScan{
|
||||||
* is this picture used as reference\
|
* is this picture used as reference\
|
||||||
* The values for this are the same as the MpegEncContext.picture_structure\
|
* 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.\
|
* variable, that is 1->top field, 2->bottom field, 3->frame/both fields.\
|
||||||
|
* Set to 4 for delayed, non-reference frames.\
|
||||||
* - encoding: unused\
|
* - encoding: unused\
|
||||||
* - decoding: Set by libavcodec. (before get_buffer() call)).\
|
* - decoding: Set by libavcodec. (before get_buffer() call)).\
|
||||||
*/\
|
*/\
|
||||||
|
|
Loading…
Reference in New Issue