projects
/
ffmpeg.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1bb56ab
)
libavcodec: Document that encoders may use the framerate field in AVCodecContext
author
Martin Storsjö
<martin@martin.st>
Wed, 6 Apr 2016 18:59:59 +0000
(21:59 +0300)
committer
Martin Storsjö
<martin@martin.st>
Tue, 12 Apr 2016 11:20:25 +0000
(14:20 +0300)
Signed-off-by: Martin Storsjö <martin@martin.st>
libavcodec/avcodec.h
patch
|
blob
|
history
diff --git
a/libavcodec/avcodec.h
b/libavcodec/avcodec.h
index
198cec4
..
26e6eb3
100644
(file)
--- a/
libavcodec/avcodec.h
+++ b/
libavcodec/avcodec.h
@@
-3044,7
+3044,8
@@
typedef struct AVCodecContext {
* - decoding: For codecs that store a framerate value in the compressed
* bitstream, the decoder may export it here. { 0, 1} when
* unknown.
- * - encoding: unused
+ * - encoding: May be used to signal the framerate of CFR content to an
+ * encoder.
*/
AVRational framerate;