From f8c314c81fd6eb44789d5949a32c9fbe5ca18d23 Mon Sep 17 00:00:00 2001
From: Anton Khirnov <anton@khirnov.net>
Date: Sun, 6 Nov 2011 10:27:43 +0100
Subject: [PATCH] avconv: fix broken indentation

---
 avconv.c | 12 ++++++------
 1 file changed, 6 insertions(+), 6 deletions(-)

diff --git a/avconv.c b/avconv.c
index e9cd0fc34df..707a5d71541 100644
--- a/avconv.c
+++ b/avconv.c
@@ -223,12 +223,12 @@ typedef struct OutputStream {
     AVFilterGraph *graph;
 #endif
 
-   int64_t sws_flags;
-   AVDictionary *opts;
-   int is_past_recording_time;
-   int stream_copy;
-   const char *attachment_filename;
-   int copy_initial_nonkeyframes;
+    int64_t sws_flags;
+    AVDictionary *opts;
+    int is_past_recording_time;
+    int stream_copy;
+    const char *attachment_filename;
+    int copy_initial_nonkeyframes;
 } OutputStream;
 
 
-- 
GitLab