comparison avformat.h @ 1486:fa7d68133f17 libavformat

more verbose r_frame_rate definition
author michael
date Sun, 12 Nov 2006 13:54:11 +0000
parents 74cb68ad9dce
children 7e288adde245
comparison
equal deleted inserted replaced
1485:9000f9cdac49 1486:fa7d68133f17
234 int index; /* stream index in AVFormatContext */ 234 int index; /* stream index in AVFormatContext */
235 int id; /* format specific stream id */ 235 int id; /* format specific stream id */
236 AVCodecContext *codec; /* codec context */ 236 AVCodecContext *codec; /* codec context */
237 /** 237 /**
238 * real base frame rate of the stream. 238 * real base frame rate of the stream.
239 * this is the lowest framerate with which all timestamps can be
240 * represented accurately (its the least common multiple of all
241 * framerates in the stream), Note, this value is just a guess!
239 * for example if the timebase is 1/90000 and all frames have either 242 * for example if the timebase is 1/90000 and all frames have either
240 * approximately 3600 or 1800 timer ticks then r_frame_rate will be 50/1 243 * approximately 3600 or 1800 timer ticks then r_frame_rate will be 50/1
241 */ 244 */
242 AVRational r_frame_rate; 245 AVRational r_frame_rate;
243 void *priv_data; 246 void *priv_data;