diff options
author | Paul B Mahol <onemda@gmail.com> | 2014-03-21 16:28:47 +0000 |
---|---|---|
committer | Vittorio Giovara <vittorio.giovara@gmail.com> | 2014-03-27 23:34:47 +0100 |
commit | 70daeacd6ef8b354dd7d2d77ad393831a5bbf033 (patch) | |
tree | 4dc657ae2a021a4f813590572d9cd2b09a46b0ce /libavformat/allformats.c | |
parent | d37c96213a2a9e1fd8669122d5405f4ce6a99ed8 (diff) | |
download | ffmpeg-70daeacd6ef8b354dd7d2d77ad393831a5bbf033.tar.gz |
PAF demuxer and decoder
Signed-off-by: Vittorio Giovara <vittorio.giovara@gmail.com>
Signed-off-by: Luca Barbato <lu_zero@gentoo.org>
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 52a121e3bc..f9f7c68abc 100644 --- a/libavformat/allformats.c +++ b/libavformat/allformats.c @@ -176,6 +176,7 @@ void av_register_all(void) REGISTER_DEMUXER (NUV, nuv); REGISTER_MUXDEMUX(OGG, ogg); REGISTER_MUXDEMUX(OMA, oma); + REGISTER_DEMUXER (PAF, paf); REGISTER_MUXDEMUX(PCM_ALAW, pcm_alaw); REGISTER_MUXDEMUX(PCM_MULAW, pcm_mulaw); REGISTER_MUXDEMUX(PCM_F64BE, pcm_f64be); |