|
@@ -809,6 +809,7 @@ static inline void do_encode(struct obs_encoder *encoder,
|
|
|
* you do not want to use relative timestamps here */
|
|
|
pkt.dts_usec = encoder->start_ts / 1000 +
|
|
|
packet_dts_usec(&pkt) - encoder->offset_usec;
|
|
|
+ pkt.sys_dts_usec = pkt.dts_usec;
|
|
|
|
|
|
pthread_mutex_lock(&encoder->callbacks_mutex);
|
|
|
|