diff options
author | Michael Niedermayer <michaelni@gmx.at> | 2008-04-28 18:29:42 +0000 |
---|---|---|
committer | Michael Niedermayer <michaelni@gmx.at> | 2008-04-28 18:29:42 +0000 |
commit | 60711e959992dbb37a4aea57b77976eee4a8efd4 (patch) | |
tree | 079346dff66b59d50477f2f49df5367c2425cd59 /libavformat/allformats.c | |
parent | a0af2fa44537fca98d15c55df6a11d78eb3bf2db (diff) | |
download | ffmpeg-60711e959992dbb37a4aea57b77976eee4a8efd4.tar.gz |
raw GSM demuxer (does not work yet as parser is missing)
Originally committed as revision 13013 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 9e47a6f7b4..babcf24482 100644 --- a/libavformat/allformats.c +++ b/libavformat/allformats.c @@ -82,6 +82,7 @@ void av_register_all(void) REGISTER_DEMUXER (FOURXM, fourxm); REGISTER_MUXER (FRAMECRC, framecrc); REGISTER_MUXDEMUX (GIF, gif); + REGISTER_DEMUXER (GSM, gsm); REGISTER_MUXDEMUX (GXF, gxf); REGISTER_MUXDEMUX (H261, h261); REGISTER_MUXDEMUX (H263, h263); |