summaryrefslogtreecommitdiff
path: root/libavformat/allformats.c
diff options
context:
space:
mode:
authorGuillaume Poirier <gpoirier@mplayerhq.hu>2006-12-13 00:06:33 +0000
committerGuillaume Poirier <gpoirier@mplayerhq.hu>2006-12-13 00:06:33 +0000
commit83c547a4a14976ea2a5e51273a2ef372aca71044 (patch)
tree01498da230ffdef2564c01e89ae8f520b7c82c48 /libavformat/allformats.c
parent77e5024c1cae62996ada908750b5155db03d06bb (diff)
revert broken commit of x11 device demuxer patch
Originally committed as revision 7301 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavformat/allformats.c')
-rw-r--r--libavformat/allformats.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/libavformat/allformats.c b/libavformat/allformats.c
index 3ef9bc3238..f4b16adffd 100644
--- a/libavformat/allformats.c
+++ b/libavformat/allformats.c
@@ -166,7 +166,6 @@ void av_register_all(void)
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