diff options
author | Baptiste Coudurier <baptiste.coudurier@gmail.com> | 2008-03-16 13:36:36 +0000 |
---|---|---|
committer | Baptiste Coudurier <baptiste.coudurier@gmail.com> | 2008-03-16 13:36:36 +0000 |
commit | aa9f4208b633f031d376bccee4246527abdf8d01 (patch) | |
tree | 7fb6053d2a5650148c230199495b07abbd78870f /libavformat/allformats.c | |
parent | 77f11d8a4ca22d897c01d4b592e92cff2f16334f (diff) | |
download | ffmpeg-aa9f4208b633f031d376bccee4246527abdf8d01.tar.gz |
ipod/iphone compatible mp4 muxer
Originally committed as revision 12458 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 5cafd6209d..97b9b9b1ce 100644 --- a/libavformat/allformats.c +++ b/libavformat/allformats.c @@ -90,6 +90,7 @@ void av_register_all(void) REGISTER_MUXDEMUX (IMAGE2PIPE, image2pipe); REGISTER_DEMUXER (INGENIENT, ingenient); REGISTER_DEMUXER (IPMOVIE, ipmovie); + REGISTER_MUXER (IPOD, ipod); REGISTER_DEMUXER (LMLM4, lmlm4); REGISTER_MUXDEMUX (M4V, m4v); REGISTER_MUXDEMUX (MATROSKA, matroska); |