[FFmpeg-devel] [PATCH 1/2] ffmpeg_opt: cosmetics
Jean First
jeanfirst at gmail.com
Mon Feb 25 13:10:51 CET 2013
Signed-off-by: Jean First <jeanfirst at gmail.com>
---
ffmpeg_opt.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/ffmpeg_opt.c b/ffmpeg_opt.c
index bba9dba..b2a913f 100644
--- a/ffmpeg_opt.c
+++ b/ffmpeg_opt.c
@@ -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;
--
1.7.10.2 (Apple Git-33)
More information about the ffmpeg-devel
mailing list