]> git.sesse.net Git - vlc/blobdiff - src/input/input_internal.h
input: Add --auto-adjust-pts-delay, this allows to stream/receive with an extremely...
[vlc] / src / input / input_internal.h
index dfa59b66c565e72675cccd7564abd1d3b0c951cc..da57642e8bec8d05733dd403fce3f634a7bed054 100644 (file)
@@ -112,6 +112,13 @@ struct input_thread_private_t
     int            i_slave;
     input_source_t **slave;
 
+    /* pts delay fixup */
+    struct {
+        int  i_num_faulty;
+        bool to_high;
+        bool auto_adjust;
+    } pts_adjust;
+
     /* Stats counters */
     struct {
         counter_t *p_read_packets;