]> git.sesse.net Git - ffmpeg/blobdiff - ffmpeg_opt.c
Merge commit '76b19a3984359b3be44d4f7e4e69b7b86729a622'
[ffmpeg] / ffmpeg_opt.c
index b1cd62df8a11c1cc3923435dfd561d0b3fbe2df8..2e45e47450047fcbfe528b255c2018502faa7ccd 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;