diff options
author | Martin Storsjö <martin@martin.st> | 2012-01-09 17:58:26 +0200 |
---|---|---|
committer | Martin Storsjö <martin@martin.st> | 2012-01-25 12:15:41 +0200 |
commit | 4ddd54dab40fd84391d1edaec319353f986119b0 (patch) | |
tree | 55ab765b8df6827c422b956e58aad69d5132753e /libavformat/allformats.c | |
parent | b613ff5e930cb216ce97c79a561336e9de683b20 (diff) | |
download | ffmpeg-4ddd54dab40fd84391d1edaec319353f986119b0.tar.gz |
movenc: Add a separate ismv/isma (smooth streaming) muxer
Signed-off-by: Martin Storsjö <martin@martin.st>
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 481d2c1e31..66a8cfec48 100644 --- a/libavformat/allformats.c +++ b/libavformat/allformats.c @@ -111,6 +111,7 @@ void av_register_all(void) REGISTER_DEMUXER (INGENIENT, ingenient); REGISTER_DEMUXER (IPMOVIE, ipmovie); REGISTER_MUXER (IPOD, ipod); + REGISTER_MUXER (ISMV, ismv); REGISTER_DEMUXER (ISS, iss); REGISTER_DEMUXER (IV8, iv8); REGISTER_MUXDEMUX (IVF, ivf); |