aboutsummaryrefslogtreecommitdiffstats
path: root/ffmpeg.c
diff options
context:
space:
mode:
authorMichael Niedermayer <michaelni@gmx.at>2011-09-09 19:54:04 +0200
committerMichael Niedermayer <michaelni@gmx.at>2011-09-09 19:54:04 +0200
commit1bb766a988e5038b7e5c9c1e9ef787ec1dfc80cb (patch)
treed7038e247a59cd26798b7507b5af93e08d3b0c4d /ffmpeg.c
parent73e0ec2ff453799e361c67395b93df11986609b3 (diff)
downloadffmpeg-1bb766a988e5038b7e5c9c1e9ef787ec1dfc80cb.tar.gz
ffmpeg: fix -re
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
Diffstat (limited to 'ffmpeg.c')
-rw-r--r--ffmpeg.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/ffmpeg.c b/ffmpeg.c
index 0d264403e6..cbb92c8c65 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};