summaryrefslogtreecommitdiff
path: root/libavformat/avformat.h
diff options
context:
space:
mode:
authorMichael Niedermayer <michaelni@gmx.at>2007-12-19 11:31:36 +0000
committerMichael Niedermayer <michaelni@gmx.at>2007-12-19 11:31:36 +0000
commit2e9b86ac122e40686b77dab02dea3ee7d72c520a (patch)
tree3a35845fa7567bd2dd84df9250673a2d59e6c9bb /libavformat/avformat.h
parent71957315228290507c58610b6da1e60a289f28a1 (diff)
Remove dead code which disappeared with the last major version bump.
Originally committed as revision 11268 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavformat/avformat.h')
-rw-r--r--libavformat/avformat.h6
1 files changed, 0 insertions, 6 deletions
diff --git a/libavformat/avformat.h b/libavformat/avformat.h
index b7554d4537..b9e83bf73e 100644
--- a/libavformat/avformat.h
+++ b/libavformat/avformat.h
@@ -136,9 +136,6 @@ typedef struct AVFormatParameters {
int height;
enum PixelFormat pix_fmt;
int channel; /**< used to select dv channel */
-#if LIBAVFORMAT_VERSION_INT < (52<<16)
- const char *device; /**< video, audio or DV device */
-#endif
const char *standard; /**< tv standard, NTSC, PAL, SECAM */
int mpeg2ts_raw:1; /**< force raw MPEG2 transport stream output, if possible */
int mpeg2ts_compute_pcr:1; /**< compute exact PCR for each transport
@@ -289,9 +286,6 @@ typedef struct AVStream {
/* internal data used in av_find_stream_info() */
int64_t first_dts;
-#if LIBAVFORMAT_VERSION_INT < (52<<16)
- int codec_info_nb_frames;
-#endif
/** encoding: PTS generation when outputing stream */
struct AVFrac pts;