Re: [FFmpeg-devel] [PATCH] [RFC] avformat: use "genpts" option for output file.

2014-11-04 Thread Benoit Fouet
Hi, - Mail original - > On Tue, Nov 04, 2014 at 02:32:55PM +0100, Benoit Fouet wrote: > > Hi, > > > > - Mail original - > > > On Tue, Nov 04, 2014 at 01:15:02PM +0100, Benoit Fouet wrote: > > > > Hi, > > > > > > > > - Mail original - > > > > > On Mon, Nov 03, 2014 at 03:2

Re: [FFmpeg-devel] [PATCH] [RFC] avformat: use "genpts" option for output file.

2014-11-04 Thread Michael Niedermayer
On Tue, Nov 04, 2014 at 02:32:55PM +0100, Benoit Fouet wrote: > Hi, > > - Mail original - > > On Tue, Nov 04, 2014 at 01:15:02PM +0100, Benoit Fouet wrote: > > > Hi, > > > > > > - Mail original - > > > > On Mon, Nov 03, 2014 at 03:21:33PM +0100, Benoit Fouet wrote: > > > > > When

Re: [FFmpeg-devel] [PATCH] [RFC] avformat: use "genpts" option for output file.

2014-11-04 Thread Benoit Fouet
Hi, - Mail original - > On Tue, Nov 04, 2014 at 01:15:02PM +0100, Benoit Fouet wrote: > > Hi, > > > > - Mail original - > > > On Mon, Nov 03, 2014 at 03:21:33PM +0100, Benoit Fouet wrote: > > > > When "-fflags +genpts" is used for output file, use dts as pts. > > > > > > > > Sign

Re: [FFmpeg-devel] [PATCH] [RFC] avformat: use "genpts" option for output file.

2014-11-04 Thread Michael Niedermayer
On Tue, Nov 04, 2014 at 01:15:02PM +0100, Benoit Fouet wrote: > Hi, > > - Mail original - > > On Mon, Nov 03, 2014 at 03:21:33PM +0100, Benoit Fouet wrote: > > > When "-fflags +genpts" is used for output file, use dts as pts. > > > > > > Signed-off-by: Benoit Fouet > > > --- > > > libav

Re: [FFmpeg-devel] [PATCH] [RFC] avformat: use "genpts" option for output file.

2014-11-04 Thread Benoit Fouet
Hi, - Mail original - > On Mon, Nov 03, 2014 at 03:21:33PM +0100, Benoit Fouet wrote: > > When "-fflags +genpts" is used for output file, use dts as pts. > > > > Signed-off-by: Benoit Fouet > > --- > > libavformat/mux.c | 3 +++ > > 1 file changed, 3 insertions(+) > > > > diff --git a/

Re: [FFmpeg-devel] [PATCH] [RFC] avformat: use "genpts" option for output file.

2014-11-03 Thread Michael Niedermayer
On Mon, Nov 03, 2014 at 03:21:33PM +0100, Benoit Fouet wrote: > When "-fflags +genpts" is used for output file, use dts as pts. > > Signed-off-by: Benoit Fouet > --- > libavformat/mux.c | 3 +++ > 1 file changed, 3 insertions(+) > > diff --git a/libavformat/mux.c b/libavformat/mux.c > index 5e4

Re: [FFmpeg-devel] [PATCH] [RFC] avformat: use "genpts" option for output file.

2014-11-03 Thread Benoit Fouet
Forgot to mention that this is a possible fix for #1150 and #1598... - Mail original - > When "-fflags +genpts" is used for output file, use dts as pts. > > Signed-off-by: Benoit Fouet > --- > libavformat/mux.c | 3 +++ > 1 file changed, 3 insertions(+) > > diff --git a/libavformat/mux

[FFmpeg-devel] [PATCH] [RFC] avformat: use "genpts" option for output file.

2014-11-03 Thread Benoit Fouet
When "-fflags +genpts" is used for output file, use dts as pts. Signed-off-by: Benoit Fouet --- libavformat/mux.c | 3 +++ 1 file changed, 3 insertions(+) diff --git a/libavformat/mux.c b/libavformat/mux.c index 5e45bd8..1d42451 100644 --- a/libavformat/mux.c +++ b/libavformat/mux.c @@ -884,6 +