diff options
author | Stefano Sabatini <stefano.sabatini-lala@poste.it> | 2010-04-04 13:50:38 +0000 |
---|---|---|
committer | Stefano Sabatini <stefano.sabatini-lala@poste.it> | 2010-04-04 13:50:38 +0000 |
commit | 685598f58d7faebb2ecf9d97bad8302f51a6e27e (patch) | |
tree | 1f433dfd04999728f9e9ce0a5356c11b41f9f41d | |
parent | ac61f59a7604020b7254de49e690518307b41ff2 (diff) | |
download | ffmpeg-685598f58d7faebb2ecf9d97bad8302f51a6e27e.tar.gz |
Reindent.
Originally committed as revision 22798 to svn://svn.ffmpeg.org/ffmpeg/trunk
-rw-r--r-- | ffmpeg.c | 10 |
1 files changed, 5 insertions, 5 deletions
@@ -1727,10 +1727,10 @@ static int copy_chapters(int infile, int outfile) * The following code is the main loop of the file converter */ static int av_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; @@ -4116,7 +4116,7 @@ int main(int argc, char **argv) ti = getutime(); if (av_transcode(output_files, nb_output_files, input_files, nb_input_files, - stream_maps, nb_stream_maps) < 0) + stream_maps, nb_stream_maps) < 0) av_exit(1); ti = getutime() - ti; if (do_benchmark) { |