# HG changeset patch # User michael # Date 1163339651 0 # Node ID fa7d68133f17c7b26feb831f2b15402975001b0a # Parent 9000f9cdac49679aec2bdf41ac4d164cf54893a4 more verbose r_frame_rate definition diff -r 9000f9cdac49 -r fa7d68133f17 avformat.h --- 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 */