summaryrefslogtreecommitdiff
path: root/libavformat/allformats.h
diff options
context:
space:
mode:
authorMichael Niedermayer <michaelni@gmx.at>2007-06-06 13:31:30 +0000
committerMichael Niedermayer <michaelni@gmx.at>2007-06-06 13:31:30 +0000
commit769168632764a2011f6ed24786e3fa34a214190b (patch)
tree8b649ed5bf75c26d5a7b9907b6c86a60cb26cdf3 /libavformat/allformats.h
parent911f9b714e5f54ceea0dd8b364a107d814896040 (diff)
add mpegtsraw demuxer
Originally committed as revision 9233 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavformat/allformats.h')
-rw-r--r--libavformat/allformats.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/libavformat/allformats.h b/libavformat/allformats.h
index 4c9a904067..2185d36a94 100644
--- a/libavformat/allformats.h
+++ b/libavformat/allformats.h
@@ -71,6 +71,7 @@ extern AVInputFormat mp3_demuxer;
extern AVInputFormat mpc_demuxer;
extern AVInputFormat mpegps_demuxer;
extern AVInputFormat mpegts_demuxer;
+extern AVInputFormat mpegtsraw_demuxer;
extern AVInputFormat mpegvideo_demuxer;
extern AVInputFormat mtv_demuxer;
extern AVInputFormat mxf_demuxer;