diff allformats.c @ 1580:32bfc91cb541 libavformat

Original X11 device demuxer patch from Clemens Fruhwirth - Build system integration is equivalent to RFC #6 patch - Same rule applies to ffmpeg.c/allformats.[c|h] - x11grab.c is from Clemens Fruhwirth except the x11 grab structure for libavformat registration is renamed to match build system integration.
author gpoirier
date Wed, 13 Dec 2006 08:45:36 +0000
parents 81cd736a9891
children 1be19e4024a0
line wrap: on
line diff
--- a/allformats.c	Wed Dec 13 00:06:33 2006 +0000
+++ b/allformats.c	Wed Dec 13 08:45:36 2006 +0000
@@ -166,6 +166,7 @@
     REGISTER_DEMUXER (WSAUD, wsaud);
     REGISTER_DEMUXER (WSVQA, wsvqa);
     REGISTER_DEMUXER (WV, wv);
+    REGISTER_DEMUXER (X11_GRAB_DEVICE, x11_grab_device);
     REGISTER_MUXDEMUX(YUV4MPEGPIPE, yuv4mpegpipe);
 
 #ifdef CONFIG_PROTOCOLS