Mercurial > libavformat.hg
changeset 1486:fa7d68133f17 libavformat
more verbose r_frame_rate definition
author | michael |
---|---|
date | Sun, 12 Nov 2006 13:54:11 +0000 |
parents | 9000f9cdac49 |
children | a3f1e3720b29 |
files | avformat.h |
diffstat | 1 files changed, 3 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/avformat.h Sun Nov 12 12:16:59 2006 +0000 +++ b/avformat.h Sun Nov 12 13:54:11 2006 +0000 @@ -236,6 +236,9 @@ AVCodecContext *codec; /* codec context */ /** * 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 * approximately 3600 or 1800 timer ticks then r_frame_rate will be 50/1 */