summaryrefslogtreecommitdiff
path: root/libavdevice/avdevice.h
diff options
context:
space:
mode:
authorDiego Biurrun <diego@biurrun.de>2016-07-27 11:31:49 +0200
committerDiego Biurrun <diego@biurrun.de>2016-07-29 19:03:10 +0200
commit5ed4644d6de7f6112431dc2d9a5cfe9a0a75a688 (patch)
tree5dcfbcee4cfe57cfa7d06a7b28027737b92f5680 /libavdevice/avdevice.h
parent4fef648d10bf3bcfd4b8fa5755c1128966a2427c (diff)
downloadffmpeg-5ed4644d6de7f6112431dc2d9a5cfe9a0a75a688.tar.gz
x11grab: Rename internal component to "xcbgrab"
Diffstat (limited to 'libavdevice/avdevice.h')
-rw-r--r--libavdevice/avdevice.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/libavdevice/avdevice.h b/libavdevice/avdevice.h
index 824ac52659..74043112df 100644
--- a/libavdevice/avdevice.h
+++ b/libavdevice/avdevice.h
@@ -36,7 +36,7 @@
* (de)muxers in libavdevice are of the AVFMT_NOFILE type (they use their own
* I/O functions). The filename passed to avformat_open_input() often does not
* refer to an actually existing file, but has some special device-specific
- * meaning - e.g. for x11grab_xcb it is the display name.
+ * meaning - e.g. for xcbgrab it is the display name.
*
* To use libavdevice, simply call avdevice_register_all() to register all
* compiled muxers and demuxers. They all use standard libavformat API.