summaryrefslogtreecommitdiff
path: root/libavformat/mpegts.c
diff options
context:
space:
mode:
authorDiego Biurrun <diego@biurrun.de>2008-12-03 23:04:30 +0000
committerDiego Biurrun <diego@biurrun.de>2008-12-03 23:04:30 +0000
commitecfb51d1c29e03e6ae256c2bc1e5d835fcf0d012 (patch)
treef7efb4d21f76f1b0c44623b4f9371b5298169aaf /libavformat/mpegts.c
parent26e8d342c0bb780d041b11f9e4ed6f6e09f07602 (diff)
Add necessary header for av_set_program_name and av_program_add_stream_index.
Originally committed as revision 15996 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavformat/mpegts.c')
-rw-r--r--libavformat/mpegts.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/libavformat/mpegts.c b/libavformat/mpegts.c
index 799f4bbd65..90e17daad8 100644
--- a/libavformat/mpegts.c
+++ b/libavformat/mpegts.c
@@ -22,6 +22,7 @@
#include "libavutil/crc.h"
#include "avformat.h"
#include "mpegts.h"
+#include "internal.h"
//#define DEBUG_SI
//#define DEBUG_SEEK