player: don't add npt to input times

The player timer will handle it.

Fixes #26609
This commit is contained in:
Thomas Guillem 2024-04-11 11:25:25 +02:00 committed by Steve Lhomme
parent acf833a655
commit d221a4a4db
1 changed files with 1 additions and 1 deletions

View File

@ -949,7 +949,7 @@ input_thread_Events(input_thread_t *input_thread,
const struct vlc_player_timer_point point = {
.position = input->position,
.rate = input->rate,
.ts = input->time + input->normal_time,
.ts = input->time,
.length = input->length,
.system_date = system_date,
};