Commit 7a5f4f68 authored by Anton Khirnov's avatar Anton Khirnov

lavf: extend avg_frame_rate documentation.

parent c3311d47
...@@ -743,6 +743,10 @@ typedef struct AVStream { ...@@ -743,6 +743,10 @@ typedef struct AVStream {
/** /**
* Average framerate * 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; AVRational avg_frame_rate;
......
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