Commit 6f8ce7ca authored by Pierre d'Herbemont's avatar Pierre d'Herbemont

input: Use mtime_t for pts_delay.

parent b99a3f6b
......@@ -577,7 +577,7 @@ struct input_thread_t
int64_t i_time; /* Current time */
/* Internal caching common to all inputs */
int i_pts_delay;
mtime_t i_pts_delay;
/* All other data is input_thread is PRIVATE. You can't access it
* outside of src/input */
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment