mirror of
https://github.com/xenia-project/FFmpeg.git
synced 2024-11-24 12:09:55 +00:00
Reindent.
Originally committed as revision 24506 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
parent
3aace1bcac
commit
065a20cb07
10
ffmpeg.c
10
ffmpeg.c
@ -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) {
|
||||
|
Loading…
Reference in New Issue
Block a user