diff options
author | Baptiste Coudurier <baptiste.coudurier@gmail.com> | 2006-10-12 12:02:58 +0000 |
---|---|---|
committer | Baptiste Coudurier <baptiste.coudurier@gmail.com> | 2006-10-12 12:02:58 +0000 |
commit | 29f86228a0d77bd6f62e66334b732650396f9571 (patch) | |
tree | ce42c2d42c4bbdd71bbc2016c34c01f4051c7683 /libavformat/allformats.h | |
parent | 7da4d4cdeca48667378b96a451621fc9aa76664b (diff) | |
download | ffmpeg-29f86228a0d77bd6f62e66334b732650396f9571.tar.gz |
support for Tiertex .seq files demuxing/video decoding, by Gregory Montoir %cyx A users P sourceforge P net%
Originally committed as revision 6672 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavformat/allformats.h')
-rw-r--r-- | libavformat/allformats.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/libavformat/allformats.h b/libavformat/allformats.h index 7cbaf10e56..d63f044105 100644 --- a/libavformat/allformats.h +++ b/libavformat/allformats.h @@ -162,6 +162,7 @@ extern AVInputFormat wsvqa_demuxer; extern AVInputFormat wv_demuxer; extern AVOutputFormat yuv4mpegpipe_muxer; extern AVInputFormat yuv4mpegpipe_demuxer; +extern AVInputFormat tiertexseq_demuxer; /* raw.c */ int pcm_read_seek(AVFormatContext *s, |