mirror of
https://git.ffmpeg.org/ffmpeg.git
synced 2025-03-22 19:07:57 +00:00
avconv: fix broken indentation
This commit is contained in:
parent
a2aeeb2263
commit
f8c314c81f
12
avconv.c
12
avconv.c
@ -223,12 +223,12 @@ typedef struct OutputStream {
|
|||||||
AVFilterGraph *graph;
|
AVFilterGraph *graph;
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
int64_t sws_flags;
|
int64_t sws_flags;
|
||||||
AVDictionary *opts;
|
AVDictionary *opts;
|
||||||
int is_past_recording_time;
|
int is_past_recording_time;
|
||||||
int stream_copy;
|
int stream_copy;
|
||||||
const char *attachment_filename;
|
const char *attachment_filename;
|
||||||
int copy_initial_nonkeyframes;
|
int copy_initial_nonkeyframes;
|
||||||
} OutputStream;
|
} OutputStream;
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user