diff options
author | Peter Ross <pross@xvid.org> | 2010-01-14 12:55:44 +0000 |
---|---|---|
committer | Peter Ross <pross@xvid.org> | 2010-01-14 12:55:44 +0000 |
commit | 83ab7f1883254e37861533d491fdf3d30ddbfc7a (patch) | |
tree | 6e4d36829fee3f1ff08291ca89304b181fbd3697 /libavformat/allformats.c | |
parent | efc034cc0fa97702d7d3c87491dd420f60aab822 (diff) | |
download | ffmpeg-83ab7f1883254e37861533d491fdf3d30ddbfc7a.tar.gz |
Adobe Filmstrip muxer and demuxer
Originally committed as revision 21212 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 ff96db6413..23b1ea189d 100644 --- a/libavformat/allformats.c +++ b/libavformat/allformats.c @@ -82,6 +82,7 @@ void av_register_all(void) REGISTER_DEMUXER (EA_CDATA, ea_cdata); REGISTER_MUXDEMUX (EAC3, eac3); REGISTER_MUXDEMUX (FFM, ffm); + REGISTER_MUXDEMUX (FILMSTRIP, filmstrip); REGISTER_MUXDEMUX (FLAC, flac); REGISTER_DEMUXER (FLIC, flic); REGISTER_MUXDEMUX (FLV, flv); |