[FFmpeg-cvslog] avconv: fix broken indentation
Anton Khirnov
git at videolan.org
Mon Nov 7 03:17:57 CET 2011
ffmpeg | branch: master | Anton Khirnov <anton at khirnov.net> | Sun Nov 6 10:27:43 2011 +0100| [f8c314c81fd6eb44789d5949a32c9fbe5ca18d23] | committer: Anton Khirnov
avconv: fix broken indentation
> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=f8c314c81fd6eb44789d5949a32c9fbe5ca18d23
---
avconv.c | 12 ++++++------
1 files changed, 6 insertions(+), 6 deletions(-)
diff --git a/avconv.c b/avconv.c
index e9cd0fc..707a5d7 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;
More information about the ffmpeg-cvslog
mailing list