ffmpeg | branch: master | Nicolas George <geo...@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) {

_______________________________________________
ffmpeg-cvslog mailing list
ffmpeg-cvslog@ffmpeg.org
http://ffmpeg.org/mailman/listinfo/ffmpeg-cvslog

Reply via email to