]> git.sesse.net Git - ffmpeg/blobdiff - libavformat/tee.c
avdevice: Constify all devices
[ffmpeg] / libavformat / tee.c
index c5c59975e6b43f79b0319c00bfa57c86b4bbf5ae..c0b69a386c65dcc7e5f08e77ad60e251f066609b 100644 (file)
@@ -614,5 +614,5 @@ AVOutputFormat ff_tee_muxer = {
     .write_trailer     = tee_write_trailer,
     .write_packet      = tee_write_packet,
     .priv_class        = &tee_muxer_class,
-    .flags             = AVFMT_NOFILE | AVFMT_ALLOW_FLUSH,
+    .flags             = AVFMT_NOFILE | AVFMT_ALLOW_FLUSH | AVFMT_TS_NEGATIVE,
 };