aout: add a reworked timing_report event
This partially reverts commit 02293b1d. Don't update the audio clock from this event but store the points in a circular buffer. The play function will update the clock according to these points. Refs #27023
Showing
- include/vlc_aout.h 23 additions, 0 deletionsinclude/vlc_aout.h
- src/audio_output/aout_internal.h 4 additions, 0 deletionssrc/audio_output/aout_internal.h
- src/audio_output/dec.c 196 additions, 2 deletionssrc/audio_output/dec.c
- src/audio_output/output.c 9 additions, 0 deletionssrc/audio_output/output.c
Loading
Please register or sign in to comment