From 1bb766a988e5038b7e5c9c1e9ef787ec1dfc80cb Mon Sep 17 00:00:00 2001 From: Michael Niedermayer Date: Fri, 9 Sep 2011 19:54:04 +0200 Subject: [PATCH] ffmpeg: fix -re Signed-off-by: Michael Niedermayer --- ffmpeg.c | 1 + 1 file changed, 1 insertion(+) diff --git a/ffmpeg.c b/ffmpeg.c index 0d264403e..cbb92c8c6 100644 --- a/ffmpeg.c +++ b/ffmpeg.c @@ -3265,6 +3265,7 @@ static int opt_input_file(OptionsContext *o, const char *opt, const char *filena input_files[nb_input_files - 1].ist_index = nb_input_streams - ic->nb_streams; input_files[nb_input_files - 1].ts_offset = o->input_ts_offset - (copy_ts ? 0 : timestamp); input_files[nb_input_files - 1].nb_streams = ic->nb_streams; + input_files[nb_input_files - 1].rate_emu = o->rate_emu; top_field_first = -1; frame_rate = (AVRational){0, 0}; -- 2.11.0