summaryrefslogtreecommitdiff
path: root/libavformat/avformat.h
diff options
context:
space:
mode:
authorMichael Niedermayer <michaelni@gmx.at>2014-05-18 14:20:09 +0200
committerMichael Niedermayer <michaelni@gmx.at>2014-05-18 14:27:29 +0200
commit8636b11bdc6ecd7c486d3463a7dcb22b0c0a9ba7 (patch)
treee5209c73967382e04ed3967f51d1edc6b519b228 /libavformat/avformat.h
parent4f32efdff007024869ab2755c9223c159ace4442 (diff)
parent7a5f4f6853047eea74a6443d73f4d74d52b2799f (diff)
Merge commit '7a5f4f6853047eea74a6443d73f4d74d52b2799f'
* commit '7a5f4f6853047eea74a6443d73f4d74d52b2799f': lavf: extend avg_frame_rate documentation. Merged-by: Michael Niedermayer <michaelni@gmx.at>
Diffstat (limited to 'libavformat/avformat.h')
-rw-r--r--libavformat/avformat.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/libavformat/avformat.h b/libavformat/avformat.h
index 55a3cfbd35..358ce00f4b 100644
--- a/libavformat/avformat.h
+++ b/libavformat/avformat.h
@@ -835,6 +835,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;