]> git.sesse.net Git - ffmpeg/blobdiff - libavformat/mpegts.h
Remove unused variables, fixes the following warnings:
[ffmpeg] / libavformat / mpegts.h
index b2a3299aafe14f005b440269c4128a294b97c70a..cd11495e55a581ff02ac341f7023dd7e6911fdc6 100644 (file)
@@ -19,8 +19,8 @@
  * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
  */
 
-#ifndef AVFORMAT_MPEGTS_H
-#define AVFORMAT_MPEGTS_H
+#ifndef FFMPEG_MPEGTS_H
+#define FFMPEG_MPEGTS_H
 
 #include "avformat.h"
 
@@ -58,8 +58,6 @@
 
 #define STREAM_TYPE_SUBTITLE_DVB    0x100
 
-extern AVOutputFormat mpegts_muxer;
-
 typedef struct MpegTSContext MpegTSContext;
 
 MpegTSContext *mpegts_parse_open(AVFormatContext *s);
@@ -67,4 +65,4 @@ int mpegts_parse_packet(MpegTSContext *ts, AVPacket *pkt,
                         const uint8_t *buf, int len);
 void mpegts_parse_close(MpegTSContext *ts);
 
-#endif AVFORMAT_MPEGTS_H
+#endif /* FFMPEG_MPEGTS_H */