x11grab: cosmetics: consistent naming for x11grab-related things

This commit is contained in:
Diego Biurrun
2012-07-21 21:28:54 +02:00
parent 755834e94f
commit 24f8961f93
5 changed files with 16 additions and 17 deletions

View File

@@ -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 the x11grab device it is the display name.
* meaning - e.g. for x11grab 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.