comparison avformat.h @ 2241:914aeda381e6 libavformat

avoid deprecation warnings for AVFrac from avformat.h
author mru
date Mon, 09 Jul 2007 22:15:11 +0000
parents 0d93ef692caa
children 69270eb6b20c
comparison
equal deleted inserted replaced
2240:6ebff294b07c 2241:914aeda381e6
282 /* internal data used in av_find_stream_info() */ 282 /* internal data used in av_find_stream_info() */
283 int64_t codec_info_duration; 283 int64_t codec_info_duration;
284 int codec_info_nb_frames; 284 int codec_info_nb_frames;
285 #endif 285 #endif
286 /** encoding: PTS generation when outputing stream */ 286 /** encoding: PTS generation when outputing stream */
287 AVFrac pts; 287 struct AVFrac pts;
288 288
289 /** 289 /**
290 * this is the fundamental unit of time (in seconds) in terms 290 * this is the fundamental unit of time (in seconds) in terms
291 * of which frame timestamps are represented. for fixed-fps content, 291 * of which frame timestamps are represented. for fixed-fps content,
292 * timebase should be 1/framerate and timestamp increments should be 292 * timebase should be 1/framerate and timestamp increments should be