[FFmpeg-cvslog] ffmpeg: fix -re

Michael Niedermayer git at videolan.org
Fri Sep 9 20:00:18 CEST 2011


ffmpeg | branch: master | Michael Niedermayer <michaelni at gmx.at> | Fri Sep  9 19:54:04 2011 +0200| [1bb766a988e5038b7e5c9c1e9ef787ec1dfc80cb] | committer: Michael Niedermayer

ffmpeg: fix -re

Signed-off-by: Michael Niedermayer <michaelni at gmx.at>

> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=1bb766a988e5038b7e5c9c1e9ef787ec1dfc80cb
---

 ffmpeg.c |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/ffmpeg.c b/ffmpeg.c
index 0d26440..cbb92c8 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};



More information about the ffmpeg-cvslog mailing list