[FFmpeg-cvslog] r9383 - in trunk/libavformat: mpeg.c mpegenc.c
bcoudurier
subversion
Thu Jun 21 11:49:20 CEST 2007
Author: bcoudurier
Date: Thu Jun 21 11:49:20 2007
New Revision: 9383
Log:
remove now useless ifdef
Modified:
trunk/libavformat/mpeg.c
trunk/libavformat/mpegenc.c
Modified: trunk/libavformat/mpeg.c
==============================================================================
--- trunk/libavformat/mpeg.c (original)
+++ trunk/libavformat/mpeg.c Thu Jun 21 11:49:20 2007
@@ -535,7 +535,6 @@ static int64_t mpegps_read_dts(AVFormatC
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
Modified: trunk/libavformat/mpegenc.c
==============================================================================
--- trunk/libavformat/mpegenc.c (original)
+++ trunk/libavformat/mpegenc.c Thu Jun 21 11:49:20 2007
@@ -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
}
return 0;
}
-#endif //CONFIG_MUXERS
#ifdef CONFIG_MPEG1SYSTEM_MUXER
AVOutputFormat mpeg1system_muxer = {
More information about the ffmpeg-cvslog
mailing list