diff options
author | Michael Niedermayer <michaelni@gmx.at> | 2011-09-09 19:54:04 +0200 |
---|---|---|
committer | Michael Niedermayer <michaelni@gmx.at> | 2011-09-09 19:54:04 +0200 |
commit | 1bb766a988e5038b7e5c9c1e9ef787ec1dfc80cb (patch) | |
tree | d7038e247a59cd26798b7507b5af93e08d3b0c4d /ffmpeg.c | |
parent | 73e0ec2ff453799e361c67395b93df11986609b3 (diff) | |
download | ffmpeg-1bb766a988e5038b7e5c9c1e9ef787ec1dfc80cb.tar.gz |
ffmpeg: fix -re
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
Diffstat (limited to 'ffmpeg.c')
-rw-r--r-- | ffmpeg.c | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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}; |