diff options
author | Anton Khirnov <anton@khirnov.net> | 2014-05-11 17:58:05 +0200 |
---|---|---|
committer | Anton Khirnov <anton@khirnov.net> | 2014-05-18 10:24:24 +0200 |
commit | 7a5f4f6853047eea74a6443d73f4d74d52b2799f (patch) | |
tree | e0d46d8788ff77789006453365a8f6d53d7a3f1c | |
parent | c3311d472a7528c67f76d0d061704ae70a99b32e (diff) | |
download | ffmpeg-7a5f4f6853047eea74a6443d73f4d74d52b2799f.tar.gz |
lavf: extend avg_frame_rate documentation.
-rw-r--r-- | libavformat/avformat.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/libavformat/avformat.h b/libavformat/avformat.h index 8d134a0945..55f24e6e3e 100644 --- a/libavformat/avformat.h +++ b/libavformat/avformat.h @@ -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; |