diff options
author | Diego Biurrun <diego@biurrun.de> | 2012-07-21 21:28:54 +0200 |
---|---|---|
committer | Diego Biurrun <diego@biurrun.de> | 2012-07-28 02:02:19 +0200 |
commit | 24f8961f93f89746ef5478edd56f8df534939ccf (patch) | |
tree | 6814d1ef47e19935dadc420baf764b7ac78fd063 /libavdevice/avdevice.h | |
parent | 755834e94f46eb1c0cdba28cccf2475ecec3662b (diff) | |
download | ffmpeg-24f8961f93f89746ef5478edd56f8df534939ccf.tar.gz |
x11grab: cosmetics: consistent naming for x11grab-related things
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 0efe2a7c38..39166a570a 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 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. |