comparison avformat.h @ 2834:63fda6ba2173 libavformat

Remove dead code which disappeared with the last major version bump.
author michael
date Wed, 19 Dec 2007 11:31:36 +0000
parents 578a0c783eae
children b158768c5352
comparison
equal deleted inserted replaced
2833:578a0c783eae 2834:63fda6ba2173
134 int channels; 134 int channels;
135 int width; 135 int width;
136 int height; 136 int height;
137 enum PixelFormat pix_fmt; 137 enum PixelFormat pix_fmt;
138 int channel; /**< used to select dv channel */ 138 int channel; /**< used to select dv channel */
139 #if LIBAVFORMAT_VERSION_INT < (52<<16)
140 const char *device; /**< video, audio or DV device */
141 #endif
142 const char *standard; /**< tv standard, NTSC, PAL, SECAM */ 139 const char *standard; /**< tv standard, NTSC, PAL, SECAM */
143 int mpeg2ts_raw:1; /**< force raw MPEG2 transport stream output, if possible */ 140 int mpeg2ts_raw:1; /**< force raw MPEG2 transport stream output, if possible */
144 int mpeg2ts_compute_pcr:1; /**< compute exact PCR for each transport 141 int mpeg2ts_compute_pcr:1; /**< compute exact PCR for each transport
145 stream packet (only meaningful if 142 stream packet (only meaningful if
146 mpeg2ts_raw is TRUE) */ 143 mpeg2ts_raw is TRUE) */
287 AVRational r_frame_rate; 284 AVRational r_frame_rate;
288 void *priv_data; 285 void *priv_data;
289 286
290 /* internal data used in av_find_stream_info() */ 287 /* internal data used in av_find_stream_info() */
291 int64_t first_dts; 288 int64_t first_dts;
292 #if LIBAVFORMAT_VERSION_INT < (52<<16)
293 int codec_info_nb_frames;
294 #endif
295 /** encoding: PTS generation when outputing stream */ 289 /** encoding: PTS generation when outputing stream */
296 struct AVFrac pts; 290 struct AVFrac pts;
297 291
298 /** 292 /**
299 * this is the fundamental unit of time (in seconds) in terms 293 * this is the fundamental unit of time (in seconds) in terms