diff allformats.c @ 4945:cd7e342cfaf7 libavformat

Add QCP demuxer.
author kmalaussene
date Wed, 20 May 2009 17:19:39 +0000
parents 21f7970b66d4
children 636161c01391
line wrap: on
line diff
--- a/allformats.c	Sat May 16 17:11:47 2009 +0000
+++ b/allformats.c	Wed May 20 17:19:39 2009 +0000
@@ -157,6 +157,7 @@
     REGISTER_MUXDEMUX (PCM_U8,    pcm_u8);
     REGISTER_MUXER    (PSP, psp);
     REGISTER_DEMUXER  (PVA, pva);
+    REGISTER_DEMUXER  (QCP, qcp);
     REGISTER_DEMUXER  (R3D, r3d);
     REGISTER_MUXDEMUX (RAWVIDEO, rawvideo);
     REGISTER_DEMUXER  (REDIR, redir);