From dcc2220ab5c15a6b79d4d8d074b9347715dca83d Mon Sep 17 00:00:00 2001 From: Baptiste Coudurier Date: Wed, 13 Jan 2010 22:50:26 +0000 Subject: remove useless declarations from mpegts.h Originally committed as revision 21205 to svn://svn.ffmpeg.org/ffmpeg/trunk --- libavformat/mpegts.h | 7 ------- 1 file changed, 7 deletions(-) (limited to 'libavformat/mpegts.h') diff --git a/libavformat/mpegts.h b/libavformat/mpegts.h index 7c4e73cde2..688734129f 100644 --- a/libavformat/mpegts.h +++ b/libavformat/mpegts.h @@ -56,11 +56,4 @@ #define STREAM_TYPE_AUDIO_AC3 0x81 #define STREAM_TYPE_AUDIO_DTS 0x8a -typedef struct MpegTSContext MpegTSContext; - -MpegTSContext *mpegts_parse_open(AVFormatContext *s); -int mpegts_parse_packet(MpegTSContext *ts, AVPacket *pkt, - const uint8_t *buf, int len); -void mpegts_parse_close(MpegTSContext *ts); - #endif /* AVFORMAT_MPEGTS_H */ -- cgit v1.2.3