[FFmpeg-cvslog] avconv: actually set InputFile.rate_emu
Anton Khirnov
git at videolan.org
Sat Sep 24 01:28:20 CEST 2011
ffmpeg | branch: master | Anton Khirnov <anton at khirnov.net> | Thu Sep 22 11:10:00 2011 +0200| [dc3e76f3f22b0ea62cad7093e34eab4e8f889b09] | committer: Anton Khirnov
avconv: actually set InputFile.rate_emu
> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=dc3e76f3f22b0ea62cad7093e34eab4e8f889b09
---
avconv.c | 1 +
1 files changed, 1 insertions(+), 0 deletions(-)
diff --git a/avconv.c b/avconv.c
index 74120c8..fb744bd 100644
--- a/avconv.c
+++ b/avconv.c
@@ -2900,6 +2900,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;
for (i = 0; i < orig_nb_streams; i++)
av_dict_free(&opts[i]);
More information about the ffmpeg-cvslog
mailing list