OSDN Git Service

ffmpeg_opt: cosmetics
authorJean First <jeanfirst@gmail.com>
Mon, 25 Feb 2013 12:10:51 +0000 (13:10 +0100)
committerMichael Niedermayer <michaelni@gmx.at>
Mon, 25 Feb 2013 17:36:21 +0000 (18:36 +0100)
Signed-off-by: Jean First <jeanfirst@gmail.com>
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
ffmpeg_opt.c

index b1cd62d..2e45e47 100644 (file)
@@ -144,7 +144,7 @@ static void init_options(OptionsContext *o, int is_input)
                 "-t is not an input option, keeping it for the next output;"
                 " consider fixing your command line.\n");
     } else
-    o->recording_time = INT64_MAX;
+        o->recording_time = INT64_MAX;
     o->mux_max_delay  = 0.7;
     o->limit_filesize = UINT64_MAX;
     o->chapters_input_file = INT_MAX;