git.videolan.org
/
ffmpeg.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c3311d4
)
lavf: extend avg_frame_rate documentation.
author
Anton Khirnov
<anton@khirnov.net>
Sun, 11 May 2014 15:58:05 +0000
(17:58 +0200)
committer
Anton Khirnov
<anton@khirnov.net>
Sun, 18 May 2014 08:24:24 +0000
(10:24 +0200)
libavformat/avformat.h
patch
|
blob
|
history
diff --git
a/libavformat/avformat.h
b/libavformat/avformat.h
index
8d134a0
..
55f24e6
100644
(file)
--- 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;