summaryrefslogtreecommitdiff
path: root/ffmpeg.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 /ffmpeg.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 'ffmpeg.c')
-rw-r--r--ffmpeg.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/ffmpeg.c b/ffmpeg.c
index cdc78ea5d2..4fe908d1a0 100644
--- a/ffmpeg.c
+++ b/ffmpeg.c
@@ -3234,10 +3234,6 @@ static void prepare_grab(void)
if (has_video) {
AVInputFormat *fmt1;
-#warning FIXME: find a better interface
- if(!strncmp(video_device,"x11:",4)) {
- video_grab_format="x11grab";
- }
fmt1 = av_find_input_format(video_grab_format);
vp->device = video_device;
vp->channel = video_channel;