Browse Source

remove now useless ifdef

Originally committed as revision 9383 to svn://svn.ffmpeg.org/ffmpeg/trunk
tags/v0.5
Baptiste Coudurier 18 years ago
parent
commit
c4f27438ef
2 changed files with 0 additions and 4 deletions
  1. +0
    -2
      libavformat/mpeg.c
  2. +0
    -2
      libavformat/mpegenc.c

+ 0
- 2
libavformat/mpeg.c View File

@@ -535,7 +535,6 @@ static int64_t mpegps_read_dts(AVFormatContext *s, int stream_index,
return dts;
}

#ifdef CONFIG_MPEGPS_DEMUXER
AVInputFormat mpegps_demuxer = {
"mpeg",
"MPEG PS format",
@@ -548,4 +547,3 @@ AVInputFormat mpegps_demuxer = {
mpegps_read_dts,
.flags = AVFMT_SHOW_IDS,
};
#endif

+ 0
- 2
libavformat/mpegenc.c View File

@@ -76,7 +76,6 @@ typedef struct {

} MpegMuxContext;

#ifdef CONFIG_MUXERS
AVOutputFormat mpeg1system_muxer;
AVOutputFormat mpeg1vcd_muxer;
AVOutputFormat mpeg2vob_muxer;
@@ -1219,7 +1218,6 @@ static int mpeg_mux_end(AVFormatContext *ctx)
}
return 0;
}
#endif //CONFIG_MUXERS

#ifdef CONFIG_MPEG1SYSTEM_MUXER
AVOutputFormat mpeg1system_muxer = {


Loading…
Cancel
Save