comparison avformat.h @ 1906:330115d147d6 libavformat

remove codec_info_duration/nb_frames from AVStream
author bcoudurier
date Mon, 12 Mar 2007 10:59:47 +0000
parents 3afb2bec62c1
children 174083eafc6c
comparison
equal deleted inserted replaced
1905:54d1bdcb47e2 1906:330115d147d6
273 * for example if the timebase is 1/90000 and all frames have either 273 * for example if the timebase is 1/90000 and all frames have either
274 * approximately 3600 or 1800 timer ticks then r_frame_rate will be 50/1 274 * approximately 3600 or 1800 timer ticks then r_frame_rate will be 50/1
275 */ 275 */
276 AVRational r_frame_rate; 276 AVRational r_frame_rate;
277 void *priv_data; 277 void *priv_data;
278 #if LIBAVFORMAT_VERSION_INT < (52<<16)
278 /* internal data used in av_find_stream_info() */ 279 /* internal data used in av_find_stream_info() */
279 int64_t codec_info_duration; 280 int64_t codec_info_duration;
280 int codec_info_nb_frames; 281 int codec_info_nb_frames;
282 #endif
281 /** encoding: PTS generation when outputing stream */ 283 /** encoding: PTS generation when outputing stream */
282 AVFrac pts; 284 AVFrac pts;
283 285
284 /** 286 /**
285 * this is the fundamental unit of time (in seconds) in terms 287 * this is the fundamental unit of time (in seconds) in terms