You've already forked FFmpeg
mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2025-08-15 14:13:16 +02:00
avconv: fix broken indentation
This commit is contained in:
12
avconv.c
12
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;
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user