[FFmpeg-cvslog] lavd/x11grab: reindent after last commit.
Nicolas George
git at videolan.org
Thu Jul 17 20:39:34 CEST 2014
ffmpeg | branch: master | Nicolas George <george at nsup.org> | Thu Jul 17 18:28:58 2014 +0200| [8e2976860ffc920e31e0c45bb1361ac3a552cae8] | committer: Nicolas George
lavd/x11grab: reindent after last commit.
> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=8e2976860ffc920e31e0c45bb1361ac3a552cae8
---
libavdevice/x11grab.c | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/libavdevice/x11grab.c b/libavdevice/x11grab.c
index 45bea80..41dbef6 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) {
More information about the ffmpeg-cvslog
mailing list