提交 7a5f4f68 编写于 作者: A Anton Khirnov

lavf: extend avg_frame_rate documentation.

上级 c3311d47
......@@ -743,6 +743,10 @@ typedef struct AVStream {
/**
* Average framerate
*
* - demuxing: May be set by libavformat when creating the stream or in
* avformat_find_stream_info().
* - muxing: May be set by the caller before avformat_write_header().
*/
AVRational avg_frame_rate;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册