Commit 75a1fc03 authored by Derek Buitenhuis's avatar Derek Buitenhuis

Merge commit '9d4d9be5'

* commit '9d4d9be5':
  libavcodec: Document that encoders may use the framerate field in AVCodecContext
Merged-by: 's avatarDerek Buitenhuis <derek.buitenhuis@gmail.com>
parents ec1d8abf 9d4d9be5
......@@ -3323,7 +3323,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;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment