1
0
mirror of https://github.com/mpv-player/mpv synced 2025-03-25 04:38:01 +00:00
mpv/audio/decode
wm4 cf2add4ff9 audio: skip samples and adjust timestamps ourselves
This gets rid of this warning:

  Could not update timestamps for skipped samples.

This required an API addition to FFmpeg (otherwise it would instead
doing arithmetic on the timestamps itself), so whether it works depends
on the FFmpeg version.
2014-10-03 23:03:22 +02:00
..
ad_lavc.c audio: skip samples and adjust timestamps ourselves 2014-10-03 23:03:22 +02:00
ad_mpg123.c audio: change playback restart and resyncing 2014-07-28 21:20:37 +02:00
ad_spdif.c audio: cleanup spdif format definitions 2014-09-23 23:11:54 +02:00
ad.h audio: move initial decode to generic code 2014-07-21 19:29:58 +02:00
dec_audio.c audio: refactor some aspects of filter chain setup 2014-10-02 02:42:23 +02:00
dec_audio.h audio: refactor some aspects of filter chain setup 2014-10-02 02:42:23 +02:00