diff mpegts.h @ 2171:a6d6b2b19341 libavformat

include all prerequisites in header files
author mru
date Sat, 16 Jun 2007 22:59:13 +0000
parents 814fbf5732eb
children 92f61ed53965
line wrap: on
line diff
--- a/mpegts.h	Sat Jun 16 14:52:05 2007 +0000
+++ b/mpegts.h	Sat Jun 16 22:59:13 2007 +0000
@@ -19,6 +19,8 @@
  * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
  */
 
+#include "avformat.h"
+
 #define TS_FEC_PACKET_SIZE 204
 #define TS_DVHS_PACKET_SIZE 192
 #define TS_PACKET_SIZE 188