git.videolan.org
/
ffmpeg.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
099aff5
)
lavd/x11grab: reindent after last commit.
author
Nicolas George
<george@nsup.org>
Thu, 17 Jul 2014 16:28:58 +0000
(18:28 +0200)
committer
Nicolas George
<george@nsup.org>
Thu, 17 Jul 2014 16:28:58 +0000
(18:28 +0200)
libavdevice/x11grab.c
patch
|
blob
|
history
diff --git
a/libavdevice/x11grab.c
b/libavdevice/x11grab.c
index
45bea80
..
41dbef6
100644
(file)
--- 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) {