summaryrefslogtreecommitdiff
path: root/libavformat/allformats.c
diff options
context:
space:
mode:
authorBaptiste Coudurier <baptiste.coudurier@gmail.com>2009-01-20 07:42:14 +0000
committerBaptiste Coudurier <baptiste.coudurier@gmail.com>2009-01-20 07:42:14 +0000
commit7eb68edba73839225fc20f2a3b76317034750ed7 (patch)
tree9f93b256ebd81d0832c5ff665c35099df5b1be5b /libavformat/allformats.c
parentc5125e399472c1f4b7c9082258035240e7a9ec3e (diff)
R3D REDCODE demuxer
Originally committed as revision 16692 to svn://svn.ffmpeg.org/ffmpeg/trunk
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 c7c0cc83e0..a8b2725ac7 100644
--- a/libavformat/allformats.c
+++ b/libavformat/allformats.c
@@ -160,6 +160,7 @@ void av_register_all(void)
REGISTER_MUXDEMUX (PCM_U8, pcm_u8);
REGISTER_MUXER (PSP, psp);
REGISTER_DEMUXER (PVA, pva);
+ REGISTER_DEMUXER (R3D, r3d);
REGISTER_MUXDEMUX (RAWVIDEO, rawvideo);
REGISTER_DEMUXER (REDIR, redir);
REGISTER_DEMUXER (RL2, rl2);