You've already forked FFmpeg
mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2025-08-10 06:10:52 +02:00
libavcodec: Document that encoders may use the framerate field in AVCodecContext
Signed-off-by: Martin Storsjö <martin@martin.st>
This commit is contained in:
@@ -3044,7 +3044,8 @@ typedef struct AVCodecContext {
|
|||||||
* - decoding: For codecs that store a framerate value in the compressed
|
* - decoding: For codecs that store a framerate value in the compressed
|
||||||
* bitstream, the decoder may export it here. { 0, 1} when
|
* bitstream, the decoder may export it here. { 0, 1} when
|
||||||
* unknown.
|
* unknown.
|
||||||
* - encoding: unused
|
* - encoding: May be used to signal the framerate of CFR content to an
|
||||||
|
* encoder.
|
||||||
*/
|
*/
|
||||||
AVRational framerate;
|
AVRational framerate;
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user