summaryrefslogtreecommitdiff
path: root/libavformat/allformats.c
diff options
context:
space:
mode:
authorPaul B Mahol <onemda@gmail.com>2012-03-27 19:27:53 +0000
committerPaul B Mahol <onemda@gmail.com>2012-07-05 02:54:34 +0000
commit7de4a16508cb9bd2d40855f7114dea14329ef62a (patch)
treedbc8ac528fb0a869d79698cca7821efb601d3b02 /libavformat/allformats.c
parent9b2b57681cd6a9d183465974174e504d76f51ee8 (diff)
PAF demuxer and decoder
Signed-off-by: Paul B Mahol <onemda@gmail.com>
Diffstat (limited to 'libavformat/allformats.c')
-rw-r--r--libavformat/allformats.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/libavformat/allformats.c b/libavformat/allformats.c
index 231b0cbf95..7ea4ebb378 100644
--- a/libavformat/allformats.c
+++ b/libavformat/allformats.c
@@ -173,6 +173,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);