[Ffmpeg-cvslog] r6982 - trunk/libavformat/avformat.h
michael
subversion
Sun Nov 12 14:54:11 CET 2006
Author: michael
Date: Sun Nov 12 14:54:11 2006
New Revision: 6982
Modified:
trunk/libavformat/avformat.h
Log:
more verbose r_frame_rate definition
Modified: trunk/libavformat/avformat.h
==============================================================================
--- trunk/libavformat/avformat.h (original)
+++ trunk/libavformat/avformat.h Sun Nov 12 14:54:11 2006
@@ -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
*/
More information about the ffmpeg-cvslog
mailing list