mirror of
https://git.ffmpeg.org/ffmpeg.git
synced 2025-03-06 12:37:44 +00:00
more verbose r_frame_rate definition
Originally committed as revision 6982 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
parent
1bd29b078c
commit
e3c97c3be4
@ -236,6 +236,9 @@ typedef struct AVStream {
|
|||||||
AVCodecContext *codec; /* codec context */
|
AVCodecContext *codec; /* codec context */
|
||||||
/**
|
/**
|
||||||
* real base frame rate of the stream.
|
* real base frame rate of the stream.
|
||||||
|
* this is the lowest framerate with which all timestamps can be
|
||||||
|
* represented accurately (its the least common multiple of all
|
||||||
|
* framerates in the stream), Note, this value is just a guess!
|
||||||
* for example if the timebase is 1/90000 and all frames have either
|
* for example if the timebase is 1/90000 and all frames have either
|
||||||
* approximately 3600 or 1800 timer ticks then r_frame_rate will be 50/1
|
* approximately 3600 or 1800 timer ticks then r_frame_rate will be 50/1
|
||||||
*/
|
*/
|
||||||
|
Loading…
Reference in New Issue
Block a user