diff options
author | Guillaume Poirier <gpoirier@mplayerhq.hu> | 2006-12-13 00:06:33 +0000 |
---|---|---|
committer | Guillaume Poirier <gpoirier@mplayerhq.hu> | 2006-12-13 00:06:33 +0000 |
commit | 83c547a4a14976ea2a5e51273a2ef372aca71044 (patch) | |
tree | 01498da230ffdef2564c01e89ae8f520b7c82c48 /libavformat/allformats.c | |
parent | 77e5024c1cae62996ada908750b5155db03d06bb (diff) | |
download | ffmpeg-83c547a4a14976ea2a5e51273a2ef372aca71044.tar.gz |
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.c | 1 |
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 |