summaryrefslogtreecommitdiff
path: root/libavdevice/avdevice.h
diff options
context:
space:
mode:
authorClément Bœsch <u@pkh.me>2017-03-15 22:07:47 +0100
committerClément Bœsch <u@pkh.me>2017-03-15 22:07:47 +0100
commit4a9c5f6bc5a825f10b77f6ce084aa840d5c1d93e (patch)
tree83e11bcb0777c71146bac648bb20b04876cee09f /libavdevice/avdevice.h
parent4ac44520e5269a6d376bb6bbac34824251570262 (diff)
parent4fef648d10bf3bcfd4b8fa5755c1128966a2427c (diff)
Merge commit '4fef648d10bf3bcfd4b8fa5755c1128966a2427c'
* commit '4fef648d10bf3bcfd4b8fa5755c1128966a2427c': Remove the legacy X11 screen grabber 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 84f374a6f8..4315768baa 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 it is the display name.
+ * meaning - e.g. for x11grab_xcb 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.