Commit 1bb766a9 authored by Michael Niedermayer's avatar Michael Niedermayer

ffmpeg: fix -re

Signed-off-by: 's avatarMichael Niedermayer <michaelni@gmx.at>
parent 73e0ec2f
......@@ -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};
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment