changeset 4062:297c1d6f9c5e libavformat

Add necessary header for av_set_program_name and av_program_add_stream_index.
author diego
date Wed, 03 Dec 2008 23:04:30 +0000
parents 4911a195fd0e
children c3a7e45c0519
files mpegts.c
diffstat 1 files changed, 1 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/mpegts.c	Wed Dec 03 21:44:29 2008 +0000
+++ b/mpegts.c	Wed Dec 03 23:04:30 2008 +0000
@@ -22,6 +22,7 @@
 #include "libavutil/crc.h"
 #include "avformat.h"
 #include "mpegts.h"
+#include "internal.h"
 
 //#define DEBUG_SI
 //#define DEBUG_SEEK