Re: [libav-devel] [PATCH 1/5] asfdec: substract preroll time from marker presentation time

2013-09-19 Thread Diego Biurrun
On Thu, Sep 19, 2013 at 08:48:24PM +0200, Luca Barbato wrote: > On 19/09/13 19:35, Diego Biurrun wrote: > > On Thu, Sep 19, 2013 at 05:50:34PM +0200, Vladimir Pantelic wrote: > >> this was forgotten when we changed ASF to not output the preroll time > > > > Start sentences capitalized and end in a

Re: [libav-devel] [PATCH 1/5] asfdec: substract preroll time from marker presentation time

2013-09-19 Thread Luca Barbato
On 19/09/13 19:35, Diego Biurrun wrote: > On Thu, Sep 19, 2013 at 05:50:34PM +0200, Vladimir Pantelic wrote: >> this was forgotten when we changed ASF to not output the preroll time > > Start sentences capitalized and end in a period. Subjects do not end with periods. Please do not perpetuate ba

Re: [libav-devel] [PATCH 1/5] asfdec: substract preroll time from marker presentation time

2013-09-19 Thread Diego Biurrun
On Thu, Sep 19, 2013 at 08:15:20PM +0200, Vladimir Pantelic wrote: > On Sep 19, 2013 7:35 PM, "Diego Biurrun" wrote: > > > > On Thu, Sep 19, 2013 at 05:50:34PM +0200, Vladimir Pantelic wrote: > > > this was forgotten when we changed ASF to not output the preroll time > > > > Start sentences capita

Re: [libav-devel] [PATCH 1/5] asfdec: substract preroll time from marker presentation time

2013-09-19 Thread Vladimir Pantelic
On Sep 19, 2013 7:35 PM, "Diego Biurrun" wrote: > > On Thu, Sep 19, 2013 at 05:50:34PM +0200, Vladimir Pantelic wrote: > > this was forgotten when we changed ASF to not output the preroll time > > Start sentences capitalized and end in a period. period I forgot, capitalized is against my house st

Re: [libav-devel] [PATCH 1/5] asfdec: substract preroll time from marker presentation time

2013-09-19 Thread Diego Biurrun
On Thu, Sep 19, 2013 at 05:50:34PM +0200, Vladimir Pantelic wrote: > this was forgotten when we changed ASF to not output the preroll time Start sentences capitalized and end in a period. Diego ___ libav-devel mailing list libav-devel@libav.org https://

[libav-devel] [PATCH 1/5] asfdec: substract preroll time from marker presentation time

2013-09-19 Thread Vladimir Pantelic
this was forgotten when we changed ASF to not output the preroll time Signed-off-by: Vladimir Pantelic --- libavformat/asfdec.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/libavformat/asfdec.c b/libavformat/asfdec.c index f3978f0..b99cb02 100644 --- a/libavformat/asfdec.c +++ b/libavfo

[libav-devel] [PATCH 1/5] asfdec: substract preroll time from marker presentation time

2013-09-11 Thread Vladimir Pantelic
this was forgotten when we changed ASF to not output the preroll time Signed-off-by: Vladimir Pantelic --- libavformat/asfdec.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/libavformat/asfdec.c b/libavformat/asfdec.c index f3978f0..b99cb02 100644 --- a/libavformat/asfdec.c +++ b/libavfo

[libav-devel] [PATCH 1/5] asfdec: substract preroll time from marker presentation time

2013-09-11 Thread vladimir
this was forgotten when we changed ASF to not output the preroll time Signed-off-by: vladimir --- libavformat/asfdec.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/libavformat/asfdec.c b/libavformat/asfdec.c index f3978f0..b99cb02 100644 --- a/libavformat/asfdec.c +++ b/libavformat/asfd