projects
/
libav.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a2aeeb2
)
avconv: fix broken indentation
author
Anton Khirnov
<anton@khirnov.net>
Sun, 6 Nov 2011 09:27:43 +0000
(10:27 +0100)
committer
Anton Khirnov
<anton@khirnov.net>
Sun, 6 Nov 2011 17:38:53 +0000
(18:38 +0100)
avconv.c
patch
|
blob
|
blame
|
history
diff --git
a/avconv.c
b/avconv.c
index
e9cd0fc
..
707a5d7
100644
(file)
--- 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;