diff options
author | Diego Biurrun <diego@biurrun.de> | 2016-07-27 11:25:19 +0200 |
---|---|---|
committer | Diego Biurrun <diego@biurrun.de> | 2016-07-29 19:03:10 +0200 |
commit | 4fef648d10bf3bcfd4b8fa5755c1128966a2427c (patch) | |
tree | f45c41def7cb3b1cd984912793d59be2e3ec9ec5 /libavdevice/avdevice.h | |
parent | 8495d84f0101464b15517860db33e8605586d87e (diff) | |
download | ffmpeg-4fef648d10bf3bcfd4b8fa5755c1128966a2427c.tar.gz |
Remove the legacy X11 screen grabber
The XCB screen grabber is a drop-in replacement and not under GPL.
Diffstat (limited to 'libavdevice/avdevice.h')
-rw-r--r-- | libavdevice/avdevice.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libavdevice/avdevice.h b/libavdevice/avdevice.h index 39166a570a..824ac52659 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 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. |