Re: [FFmpeg-devel] [PATCH] avformat/tee: allow mux packets with negative timestamps

2020-12-07 Thread Jan Ekström
On Mon, Dec 7, 2020 at 12:14 PM Nicolas George wrote: > > Jan Ekström (12020-12-07): > > From: Jan Ekström > > > > As this is a meta muxer and the same flag is set with the fifo > > meta muxer, there is really no reason not to have this set here > > as well. > > > > Signed-off-by: Jan Ekström >

Re: [FFmpeg-devel] [PATCH] avformat/tee: allow mux packets with negative timestamps

2020-12-07 Thread Nicolas George
Jan Ekström (12020-12-07): > From: Jan Ekström > > As this is a meta muxer and the same flag is set with the fifo > meta muxer, there is really no reason not to have this set here > as well. > > Signed-off-by: Jan Ekström > --- > libavformat/tee.c | 2 +- > 1 file changed, 1 insertion(+), 1

[FFmpeg-devel] [PATCH] avformat/tee: allow mux packets with negative timestamps

2020-12-07 Thread Jan Ekström
From: Jan Ekström As this is a meta muxer and the same flag is set with the fifo meta muxer, there is really no reason not to have this set here as well. Signed-off-by: Jan Ekström --- libavformat/tee.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libavformat/tee.c