diff options
author | Nicolas George <george@nsup.org> | 2014-07-17 18:28:58 +0200 |
---|---|---|
committer | Nicolas George <george@nsup.org> | 2014-07-17 18:28:58 +0200 |
commit | 8e2976860ffc920e31e0c45bb1361ac3a552cae8 (patch) | |
tree | cd81654eeec3fe9a7f91d984c783912e3c550cb2 | |
parent | 099aff5c42aed8ab01b30f559bb576e4f595f0da (diff) | |
download | ffmpeg-8e2976860ffc920e31e0c45bb1361ac3a552cae8.tar.gz |
lavd/x11grab: reindent after last commit.
-rw-r--r-- | libavdevice/x11grab.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/libavdevice/x11grab.c b/libavdevice/x11grab.c index 45bea807a3..41dbef6975 100644 --- a/libavdevice/x11grab.c +++ b/libavdevice/x11grab.c @@ -224,8 +224,8 @@ x11grab_read_header(AVFormatContext *s1) } if (x11grab->use_shm) { - use_shm = XShmQueryExtension(dpy); - av_log(s1, AV_LOG_INFO, "shared memory extension%s found\n", use_shm ? "" : " not"); + use_shm = XShmQueryExtension(dpy); + av_log(s1, AV_LOG_INFO, "shared memory extension%s found\n", use_shm ? "" : " not"); } if(use_shm) { |