From 9b64a036c0bcdbea33d6a253066312ef6c3304fe Mon Sep 17 00:00:00 2001 From: Baptiste Coudurier Date: Thu, 19 Jun 2008 23:25:04 +0000 Subject: remove useless close funcs Originally committed as revision 13835 to svn://svn.ffmpeg.org/ffmpeg/trunk --- libavformat/mpeg.c | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) (limited to 'libavformat/mpeg.c') diff --git a/libavformat/mpeg.c b/libavformat/mpeg.c index 6e63c4342e..7c4f7d9313 100644 --- a/libavformat/mpeg.c +++ b/libavformat/mpeg.c @@ -542,11 +542,6 @@ static int mpegps_read_packet(AVFormatContext *s, return 0; } -static int mpegps_read_close(AVFormatContext *s) -{ - return 0; -} - static int64_t mpegps_read_dts(AVFormatContext *s, int stream_index, int64_t *ppos, int64_t pos_limit) { @@ -588,7 +583,7 @@ AVInputFormat mpegps_demuxer = { mpegps_probe, mpegps_read_header, mpegps_read_packet, - mpegps_read_close, + NULL, NULL, //mpegps_read_seek, mpegps_read_dts, .flags = AVFMT_SHOW_IDS, -- cgit v1.2.3