diff options
author | Paul B Mahol <onemda@gmail.com> | 2012-11-27 15:14:53 +0000 |
---|---|---|
committer | Paul B Mahol <onemda@gmail.com> | 2012-12-05 13:01:22 +0000 |
commit | 4c18562d020751249c671dde21f64f2b64375a62 (patch) | |
tree | ce31311b1b63ca4aae378f97c14356a27c558a2d /libavformat/allformats.c | |
parent | 880191637ff7223541cd2e4db748c6e07fee596c (diff) | |
download | ffmpeg-4c18562d020751249c671dde21f64f2b64375a62.tar.gz |
Ensoniq Paris Audio File 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 3c590172f5..7c72fe8828 100644 --- a/libavformat/allformats.c +++ b/libavformat/allformats.c @@ -98,6 +98,7 @@ void av_register_all(void) REGISTER_DEMUXER (EA, ea); REGISTER_DEMUXER (EA_CDATA, ea_cdata); REGISTER_MUXDEMUX (EAC3, eac3); + REGISTER_DEMUXER (EPAF, epaf); REGISTER_MUXER (F4V, f4v); REGISTER_MUXDEMUX (FFM, ffm); REGISTER_MUXDEMUX (FFMETADATA, ffmetadata); |