[vlc-commits] vout: snapshot: fix indent
Thomas Guillem
git at videolan.org
Mon Jun 5 11:17:26 CEST 2017
vlc | branch: master | Thomas Guillem <thomas at gllm.fr> | Mon Jun 5 11:17:09 2017 +0200| [0ec9ec87a5b532ab3aba1ed0ccbc4ad8befb38f3] | committer: Thomas Guillem
vout: snapshot: fix indent
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=0ec9ec87a5b532ab3aba1ed0ccbc4ad8befb38f3
---
src/video_output/snapshot.h | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/src/video_output/snapshot.h b/src/video_output/snapshot.h
index b81e3e7ba8..b27a7212e9 100644
--- a/src/video_output/snapshot.h
+++ b/src/video_output/snapshot.h
@@ -30,9 +30,9 @@ typedef struct {
vlc_mutex_t lock;
vlc_cond_t wait;
- bool is_available;
- int request_count;
- picture_t *picture;
+ bool is_available;
+ int request_count;
+ picture_t *picture;
} vout_snapshot_t;
More information about the vlc-commits
mailing list