diff options
author | Stefano Sabatini <stefano.sabatini-lala@poste.it> | 2010-07-26 13:39:49 +0000 |
---|---|---|
committer | Stefano Sabatini <stefano.sabatini-lala@poste.it> | 2010-07-26 13:39:49 +0000 |
commit | 065a20cb07b03ba7d57d0012dd75a57cb1d09d1e (patch) | |
tree | 70871f90d7ed11b3ae6a08142319847c20e212ea /ffmpeg.c | |
parent | 3aace1bcac084e1a2cc6ba107b6d987feb1b69b3 (diff) | |
download | ffmpeg-065a20cb07b03ba7d57d0012dd75a57cb1d09d1e.tar.gz |
Reindent.
Originally committed as revision 24506 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'ffmpeg.c')
-rw-r--r-- | ffmpeg.c | 10 |
1 files changed, 5 insertions, 5 deletions
@@ -1939,10 +1939,10 @@ static int copy_chapters(int infile, int outfile) * The following code is the main loop of the file converter */ static int transcode(AVFormatContext **output_files, - int nb_output_files, - AVFormatContext **input_files, - int nb_input_files, - AVStreamMap *stream_maps, int nb_stream_maps) + int nb_output_files, + AVFormatContext **input_files, + int nb_input_files, + AVStreamMap *stream_maps, int nb_stream_maps) { int ret = 0, i, j, k, n, nb_istreams = 0, nb_ostreams = 0; AVFormatContext *is, *os; @@ -4355,7 +4355,7 @@ int main(int argc, char **argv) ti = getutime(); if (transcode(output_files, nb_output_files, input_files, nb_input_files, - stream_maps, nb_stream_maps) < 0) + stream_maps, nb_stream_maps) < 0) ffmpeg_exit(1); ti = getutime() - ti; if (do_benchmark) { |