Re: [FFmpeg-devel] [PATCH 2/5] concatdec: calculate duration early if outpoint is known

2015-11-24 Thread Marton Balint
On Sun, 22 Nov 2015, Nicolas George wrote: Sorry, missed this reply. In read_header, duration is only set if both inpoint and outpoint is set by the user. In open_file duration is set if outpoint is set by the user which is the superset of the first case. Ok, I think I was confused by the

Re: [FFmpeg-devel] [PATCH 2/5] concatdec: calculate duration early if outpoint is known

2015-11-22 Thread Nicolas George
Sorry, missed this reply. > In read_header, duration is only set if both inpoint and outpoint is set by > the user. > > In open_file duration is set if outpoint is set by the user which is the > superset of the first case. Ok, I think I was confused by the similar inpoint / file_inpoint field

Re: [FFmpeg-devel] [PATCH 2/5] concatdec: calculate duration early if outpoint is known

2015-11-20 Thread Marton Balint
On Sat, 14 Nov 2015, Marton Balint wrote: On Fri, 13 Nov 2015, Nicolas George wrote: Le decadi 20 brumaire, an CCXXIV, Marton Balint a écrit : Signed-off-by: Marton Balint --- libavformat/concatdec.c | 2 ++ 1 file changed, 2 insertions(+) diff --git

Re: [FFmpeg-devel] [PATCH 2/5] concatdec: calculate duration early if outpoint is known

2015-11-14 Thread Marton Balint
On Fri, 13 Nov 2015, Nicolas George wrote: Le decadi 20 brumaire, an CCXXIV, Marton Balint a écrit : Signed-off-by: Marton Balint --- libavformat/concatdec.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/libavformat/concatdec.c b/libavformat/concatdec.c index

Re: [FFmpeg-devel] [PATCH 2/5] concatdec: calculate duration early if outpoint is known

2015-11-13 Thread Nicolas George
Le decadi 20 brumaire, an CCXXIV, Marton Balint a écrit : > Signed-off-by: Marton Balint > --- > libavformat/concatdec.c | 2 ++ > 1 file changed, 2 insertions(+) > > diff --git a/libavformat/concatdec.c b/libavformat/concatdec.c > index 0180a7e..560aa64 100644 > ---

[FFmpeg-devel] [PATCH 2/5] concatdec: calculate duration early if outpoint is known

2015-11-09 Thread Marton Balint
Signed-off-by: Marton Balint --- libavformat/concatdec.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/libavformat/concatdec.c b/libavformat/concatdec.c index 0180a7e..560aa64 100644 --- a/libavformat/concatdec.c +++ b/libavformat/concatdec.c @@ -316,6 +316,8 @@ static