Re: [FFmpeg-devel] [PATCH] avfilter/vf_telecine: Add ts_mode option for using the first input timestamp

2015-03-25 Thread Carl Eugen Hoyos
Himangi Saraogi himangi774 at gmail.com writes: +{ts_mode, set to choose timestamp handling as being with respect to the input, OFFSET(ts_mode), Isn't the new behaviour that you implemented a bug fix? I believe this option is not necessary, just change the behaviour. Or do I miss a

Re: [FFmpeg-devel] [PATCH] avfilter/vf_telecine: Add ts_mode option for using the first input timestamp

2015-03-25 Thread Paul B Mahol
Dana 25. 3. 2015. 19:07 osoba Himangi Saraogi himangi...@gmail.com napisala je: --- libavfilter/vf_telecine.c | 12 +++- 1 file changed, 11 insertions(+), 1 deletion(-) diff --git a/libavfilter/vf_telecine.c b/libavfilter/vf_telecine.c index a0f28d4..aaad2b5 100644 ---

Re: [FFmpeg-devel] [PATCH] avfilter/vf_telecine: Add ts_mode option for using the first input timestamp

2015-03-25 Thread Himangi Saraogi
On 26 March 2015 at 00:06, Carl Eugen Hoyos ceho...@ag.or.at wrote: Himangi Saraogi himangi774 at gmail.com writes: +{ts_mode, set to choose timestamp handling as being with respect to the input, OFFSET(ts_mode), Isn't the new behaviour that you implemented a bug fix? I believe this