diff options
author | Anton Khirnov <anton@khirnov.net> | 2011-11-06 10:27:43 +0100 |
---|---|---|
committer | Anton Khirnov <anton@khirnov.net> | 2011-11-06 18:38:53 +0100 |
commit | f8c314c81fd6eb44789d5949a32c9fbe5ca18d23 (patch) | |
tree | ce17786d5374ab60c1dbcef5fee4c3814774dbd8 /avconv.c | |
parent | a2aeeb22635ed839840ed704970c24e3142631f7 (diff) | |
download | ffmpeg-f8c314c81fd6eb44789d5949a32c9fbe5ca18d23.tar.gz |
avconv: fix broken indentation
Diffstat (limited to 'avconv.c')
-rw-r--r-- | avconv.c | 12 |
1 files changed, 6 insertions, 6 deletions
@@ -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; |