]> git.sesse.net Git - ffmpeg/commitdiff
libavcodec: Document that encoders may use the framerate field in AVCodecContext
authorMartin Storsjö <martin@martin.st>
Wed, 6 Apr 2016 18:59:59 +0000 (21:59 +0300)
committerMartin 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

index 198cec446c5c59247920c248b2b11ad85ffaf0de..26e6eb3fe3019e1ed5e0dd6f4c378bbd8c4553d4 100644 (file)
@@ -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;