summaryrefslogtreecommitdiff
path: root/libavcodec
diff options
context:
space:
mode:
authorMartin Storsjö <martin@martin.st>2016-04-06 21:59:59 +0300
committerMartin Storsjö <martin@martin.st>2016-04-12 14:20:25 +0300
commit9d4d9be538faa537440fff37d3b7ecf322911a55 (patch)
treea3f693e467a4c480b0273d9ff93402d4940682d6 /libavcodec
parent1bb56abb9b37bd208a66164339c92cad59b1087b (diff)
libavcodec: Document that encoders may use the framerate field in AVCodecContext
Signed-off-by: Martin Storsjö <martin@martin.st>
Diffstat (limited to 'libavcodec')
-rw-r--r--libavcodec/avcodec.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/libavcodec/avcodec.h b/libavcodec/avcodec.h
index 198cec446c..26e6eb3fe3 100644
--- 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;