[FFmpeg-cvslog] r22798 - trunk/ffmpeg.c
stefano
subversion
Sun Apr 4 15:50:38 CEST 2010
Author: stefano
Date: Sun Apr 4 15:50:38 2010
New Revision: 22798
Log:
Reindent.
Modified:
trunk/ffmpeg.c
Modified: trunk/ffmpeg.c
==============================================================================
--- trunk/ffmpeg.c Sun Apr 4 15:50:34 2010 (r22797)
+++ trunk/ffmpeg.c Sun Apr 4 15:50:38 2010 (r22798)
@@ -1727,10 +1727,10 @@ static int copy_chapters(int infile, int
* 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) {
More information about the ffmpeg-cvslog
mailing list