summaryrefslogtreecommitdiff
path: root/avconv.c
diff options
context:
space:
mode:
authorAnton Khirnov <anton@khirnov.net>2011-11-06 10:27:43 +0100
committerAnton Khirnov <anton@khirnov.net>2011-11-06 18:38:53 +0100
commitf8c314c81fd6eb44789d5949a32c9fbe5ca18d23 (patch)
treece17786d5374ab60c1dbcef5fee4c3814774dbd8 /avconv.c
parenta2aeeb22635ed839840ed704970c24e3142631f7 (diff)
avconv: fix broken indentation
Diffstat (limited to 'avconv.c')
-rw-r--r--avconv.c12
1 files changed, 6 insertions, 6 deletions
diff --git a/avconv.c b/avconv.c
index e9cd0fc34d..707a5d7154 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;