diff mpegts.c @ 2555:c226029c8df4 libavformat

loosen dependencies over allformats.h
author aurel
date Sun, 16 Sep 2007 23:00:44 +0000
parents b21c2af60bc9
children 9e51e62f5bdd
line wrap: on
line diff
--- a/mpegts.c	Sun Sep 16 19:51:10 2007 +0000
+++ b/mpegts.c	Sun Sep 16 23:00:44 2007 +0000
@@ -21,7 +21,6 @@
 #include "avformat.h"
 #include "crc.h"
 #include "mpegts.h"
-#include "allformats.h"
 
 //#define DEBUG_SI
 //#define DEBUG_SEEK
@@ -145,6 +144,8 @@
     uint8_t header[MAX_PES_HEADER_SIZE];
 };
 
+extern AVInputFormat mpegts_demuxer;
+
 /**
  *  Assembles PES packets out of TS packets, and then calls the "section_cb"
  *  function when they are complete.