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.h | |
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.h')
-rw-r--r-- | libavformat/allformats.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/libavformat/allformats.h b/libavformat/allformats.h index 2de779f1a4..a138841c9c 100644 --- a/libavformat/allformats.h +++ b/libavformat/allformats.h @@ -163,7 +163,6 @@ extern AVInputFormat wv_demuxer; extern AVOutputFormat yuv4mpegpipe_muxer; extern AVInputFormat yuv4mpegpipe_demuxer; extern AVInputFormat tiertexseq_demuxer; -extern AVInputFormat x11_grab_device_demuxer; /* raw.c */ int pcm_read_seek(AVFormatContext *s, |