summaryrefslogtreecommitdiff
path: root/libavdevice/avdevice.h
diff options
context:
space:
mode:
authorClément Bœsch <u@pkh.me>2017-03-15 22:17:29 +0100
committerClément Bœsch <u@pkh.me>2017-03-15 22:19:56 +0100
commitf6d61eb6f95aaf3a529397f205dd61d5dc47bce0 (patch)
tree72fcaac4e010ca7f15471c5ca5a4347da426c4d4 /libavdevice/avdevice.h
parent4a9c5f6bc5a825f10b77f6ce084aa840d5c1d93e (diff)
parent5ed4644d6de7f6112431dc2d9a5cfe9a0a75a688 (diff)
downloadffmpeg-f6d61eb6f95aaf3a529397f205dd61d5dc47bce0.tar.gz
Merge commit '5ed4644d6de7f6112431dc2d9a5cfe9a0a75a688'
* commit '5ed4644d6de7f6112431dc2d9a5cfe9a0a75a688': x11grab: Rename internal component to "xcbgrab" Merged-by: Clément Bœsch <u@pkh.me>
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 4315768baa..ee9462480e 100644
--- a/libavdevice/avdevice.h
+++ b/libavdevice/avdevice.h
@@ -37,7 +37,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.