diff options
author | Paul B Mahol <onemda@gmail.com> | 2015-10-19 00:03:10 +0200 |
---|---|---|
committer | Paul B Mahol <onemda@gmail.com> | 2015-10-20 09:41:11 +0200 |
commit | 35564318ad5a679afed14a1c88b517aa2d21298d (patch) | |
tree | 94b86d0ac20afb88cea48e3f4591f5215ac93680 /libavformat/allformats.c | |
parent | 0e08d6ca140a3849a05372c71dfe669fdcf250a7 (diff) | |
download | ffmpeg-35564318ad5a679afed14a1c88b517aa2d21298d.tar.gz |
avformat: add wve demuxer
Signed-off-by: Paul B Mahol <onemda@gmail.com>
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 f238118590..5f691efe36 100644 --- a/libavformat/allformats.c +++ b/libavformat/allformats.c @@ -331,6 +331,7 @@ void av_register_all(void) REGISTER_DEMUXER (WSAUD, wsaud); REGISTER_DEMUXER (WSVQA, wsvqa); REGISTER_MUXDEMUX(WTV, wtv); + REGISTER_DEMUXER (WVE, wve); REGISTER_MUXDEMUX(WV, wv); REGISTER_DEMUXER (XA, xa); REGISTER_DEMUXER (XBIN, xbin); |