]> git.sesse.net Git - ffmpeg/commit
avformat/tee: allow packets with negative timestamps
authorJan Ekström <jan.ekstrom@24i.com>
Tue, 14 Jul 2020 08:54:08 +0000 (11:54 +0300)
committerJan Ekström <jeebjp@gmail.com>
Mon, 7 Dec 2020 11:34:06 +0000 (13:34 +0200)
commit95fd790c14b034e8f6d75a5a20bbc1499d299d97
tree166daf268554cfdb3ae2b9457753b8f518b1d22b
parent67bb11b5f6548c3b273b575f44077db19bb9a98e
avformat/tee: allow packets with negative timestamps

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 <jan.ekstrom@24i.com>
libavformat/tee.c