Re: [FFmpeg-devel] [PATCH 1/2] avdevice/decklink: addition of copyts option

2018-01-20 Thread Carl Eugen Hoyos
2018-01-20 20:47 GMT+01:00 Marton Balint : > > On Sat, 20 Jan 2018, Carl Eugen Hoyos wrote: > >> 2018-01-20 19:50 GMT+01:00 Marton Balint : >>> >>> On Sat, 20 Jan 2018, Carl Eugen Hoyos wrote: >>> 2018-01-08 6:26 GMT+01:00 : > +@item decklink_copyts > +If set to @option{true}, ti

Re: [FFmpeg-devel] [PATCH 1/2] avdevice/decklink: addition of copyts option

2018-01-20 Thread Marton Balint
On Sat, 20 Jan 2018, Carl Eugen Hoyos wrote: 2018-01-20 19:50 GMT+01:00 Marton Balint : On Sat, 20 Jan 2018, Carl Eugen Hoyos wrote: 2018-01-08 6:26 GMT+01:00 : +@item decklink_copyts +If set to @option{true}, timestamps are forwarded as they are without removing +the initial offset. +D

Re: [FFmpeg-devel] [PATCH 1/2] avdevice/decklink: addition of copyts option

2018-01-20 Thread Carl Eugen Hoyos
2018-01-20 19:50 GMT+01:00 Marton Balint : > > On Sat, 20 Jan 2018, Carl Eugen Hoyos wrote: > >> 2018-01-08 6:26 GMT+01:00 : >> >>> +@item decklink_copyts >>> +If set to @option{true}, timestamps are forwarded as they are without >>> removing >>> +the initial offset. >>> +Defaults to @option{false

Re: [FFmpeg-devel] [PATCH 1/2] avdevice/decklink: addition of copyts option

2018-01-20 Thread Marton Balint
On Sat, 20 Jan 2018, Carl Eugen Hoyos wrote: 2018-01-08 6:26 GMT+01:00 : +@item decklink_copyts +If set to @option{true}, timestamps are forwarded as they are without removing +the initial offset. +Defaults to @option{false}. Why is the offset ever removed? I believe this is not done for a

Re: [FFmpeg-devel] [PATCH 1/2] avdevice/decklink: addition of copyts option

2018-01-20 Thread Carl Eugen Hoyos
2018-01-08 6:26 GMT+01:00 : > +@item decklink_copyts > +If set to @option{true}, timestamps are forwarded as they are without > removing > +the initial offset. > +Defaults to @option{false}. Why is the offset ever removed? I believe this is not done for any other demuxer or is it? Carl Eugen _

[FFmpeg-devel] [PATCH 1/2] avdevice/decklink: addition of copyts option

2018-01-07 Thread vdixit
From: Vishwanath Dixit --- doc/indevs.texi | 5 + libavdevice/decklink_common_c.h | 1 + libavdevice/decklink_dec.cpp| 18 +++--- libavdevice/decklink_dec_c.c| 1 + 4 files changed, 18 insertions(+), 7 deletions(-) diff --git a/doc/indevs.texi b/doc/in