Commit 83e16932 authored by michael's avatar michael

more verbose r_frame_rate definition


git-svn-id: file:///var/local/repositories/ffmpeg/trunk@6982 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
parent fa888db8
...@@ -236,6 +236,9 @@ typedef struct AVStream { ...@@ -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
*/ */
......
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