diff options
author | Diego Biurrun <diego@biurrun.de> | 2007-04-01 14:28:48 +0000 |
---|---|---|
committer | Diego Biurrun <diego@biurrun.de> | 2007-04-01 14:28:48 +0000 |
commit | efb0c399caa3be581a6c605cefd35f7560f3d740 (patch) | |
tree | a1c0dd493270060b92f00c6bb4036b9d833d2e5a /libavformat/allformats.c | |
parent | b966340546c84dfaf83bbaa1d5f8c8570eb8a2f3 (diff) | |
download | ffmpeg-efb0c399caa3be581a6c605cefd35f7560f3d740.tar.gz |
support for the THP game format by Marco Gerards, mgerards xs4all nl
Originally committed as revision 8587 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavformat/allformats.c')
-rw-r--r-- | libavformat/allformats.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/libavformat/allformats.c b/libavformat/allformats.c index 55654839ab..f119fa6e80 100644 --- a/libavformat/allformats.c +++ b/libavformat/allformats.c @@ -142,6 +142,7 @@ void av_register_all(void) REGISTER_MUXDEMUX(SWF, swf); REGISTER_MUXER (TG2, tg2); REGISTER_MUXER (TGP, tgp); + REGISTER_DEMUXER (THP, thp); REGISTER_DEMUXER (TIERTEXSEQ, tiertexseq); REGISTER_DEMUXER (TTA, tta); REGISTER_DEMUXER (V4L2, v4l2); |