summaryrefslogtreecommitdiff
path: root/libavdevice/alldevices.c
diff options
context:
space:
mode:
authorDiego Biurrun <diego@biurrun.de>2012-07-21 21:28:54 +0200
committerDiego Biurrun <diego@biurrun.de>2012-07-28 02:02:19 +0200
commit24f8961f93f89746ef5478edd56f8df534939ccf (patch)
tree6814d1ef47e19935dadc420baf764b7ac78fd063 /libavdevice/alldevices.c
parent755834e94f46eb1c0cdba28cccf2475ecec3662b (diff)
x11grab: cosmetics: consistent naming for x11grab-related things
Diffstat (limited to 'libavdevice/alldevices.c')
-rw-r--r--libavdevice/alldevices.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libavdevice/alldevices.c b/libavdevice/alldevices.c
index f1ff79046c..9ec9fdfc49 100644
--- a/libavdevice/alldevices.c
+++ b/libavdevice/alldevices.c
@@ -49,7 +49,7 @@ void avdevice_register_all(void)
REGISTER_INOUTDEV (SNDIO, sndio);
REGISTER_INDEV (V4L2, v4l2);
REGISTER_INDEV (VFWCAP, vfwcap);
- REGISTER_INDEV (X11_GRAB_DEVICE, x11_grab_device);
+ REGISTER_INDEV (X11GRAB, x11grab);
/* external libraries */
REGISTER_INDEV (LIBCDIO, libcdio);