Browse Source
CMTime is **not** equivalent to vlc_tick_t. In particular, the timescale
doesn't match. So it should be converted before usage.
In addition, GET_TIME is supposed to return where the access is
currently reading, which should also match the timestamps of the output
frames from the access.
Fixes #26101
Cherry-picked from commit ca04b74fa6.
Signed-off-by: Alexandre Janniaux <ajanni@videolabs.io>
pull/135/head
committed by
Hugo Beauzée-Luyssen
1 changed files with 18 additions and 2 deletions
Loading…
Reference in new issue