comparison mpegts.h @ 2235:18074bcfb54d libavformat

remove redundant declaration of mpegts_muxer
author mru
date Sun, 08 Jul 2007 13:42:48 +0000
parents 293cdbf6d7ca
children 792383dd085e
comparison
equal deleted inserted replaced
2234:2bc002540a9b 2235:18074bcfb54d
56 #define STREAM_TYPE_AUDIO_AC3 0x81 56 #define STREAM_TYPE_AUDIO_AC3 0x81
57 #define STREAM_TYPE_AUDIO_DTS 0x8a 57 #define STREAM_TYPE_AUDIO_DTS 0x8a
58 58
59 #define STREAM_TYPE_SUBTITLE_DVB 0x100 59 #define STREAM_TYPE_SUBTITLE_DVB 0x100
60 60
61 extern AVOutputFormat mpegts_muxer;
62
63 typedef struct MpegTSContext MpegTSContext; 61 typedef struct MpegTSContext MpegTSContext;
64 62
65 MpegTSContext *mpegts_parse_open(AVFormatContext *s); 63 MpegTSContext *mpegts_parse_open(AVFormatContext *s);
66 int mpegts_parse_packet(MpegTSContext *ts, AVPacket *pkt, 64 int mpegts_parse_packet(MpegTSContext *ts, AVPacket *pkt,
67 const uint8_t *buf, int len); 65 const uint8_t *buf, int len);