From 9d4d9be538faa537440fff37d3b7ecf322911a55 Mon Sep 17 00:00:00 2001 From: Martin Storsjö Date: Wed, 6 Apr 2016 21:59:59 +0300 Subject: libavcodec: Document that encoders may use the framerate field in AVCodecContext MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Martin Storsjö --- libavcodec/avcodec.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'libavcodec/avcodec.h') 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; -- cgit v1.2.3