Browse Source

avconv: fix broken indentation

tags/n0.9
Anton Khirnov 14 years ago
parent
commit
f8c314c81f
1 changed files with 6 additions and 6 deletions
  1. +6
    -6
      avconv.c

+ 6
- 6
avconv.c View File

@@ -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;




Loading…
Cancel
Save