diff options
author | Baptiste Coudurier <baptiste.coudurier@gmail.com> | 2007-06-21 09:49:20 +0000 |
---|---|---|
committer | Baptiste Coudurier <baptiste.coudurier@gmail.com> | 2007-06-21 09:49:20 +0000 |
commit | c4f27438efb4cd6b52ddeb620ab0fe3c3fe0ef4b (patch) | |
tree | 9a11cf43f61d43ccae80add47641f1d76735fefe /libavformat/mpeg.c | |
parent | 2abe5a01c87df3d30304ffecbd272d55fab9ae6e (diff) | |
download | ffmpeg-c4f27438efb4cd6b52ddeb620ab0fe3c3fe0ef4b.tar.gz |
remove now useless ifdef
Originally committed as revision 9383 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavformat/mpeg.c')
-rw-r--r-- | libavformat/mpeg.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/libavformat/mpeg.c b/libavformat/mpeg.c index 07e21ad43f..fd4e5b04bb 100644 --- a/libavformat/mpeg.c +++ b/libavformat/mpeg.c @@ -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 |