Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/FFmpeg/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Niedermayer <michaelni@gmx.at>2006-11-12 16:54:11 +0300
committerMichael Niedermayer <michaelni@gmx.at>2006-11-12 16:54:11 +0300
commite3c97c3be44b2cfa27ff13294026d7a5f233389d (patch)
treef82997f34446040fe34849d6e7b5d90c04d5c029 /libavformat
parent1bd29b078c9339925af4f6cf37d40742ba230de4 (diff)
more verbose r_frame_rate definition
Originally committed as revision 6982 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavformat')
-rw-r--r--libavformat/avformat.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/libavformat/avformat.h b/libavformat/avformat.h
index c4f27f9193..5ea7a5bc27 100644
--- a/libavformat/avformat.h
+++ b/libavformat/avformat.h
@@ -236,6 +236,9 @@ typedef struct AVStream {
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
*/