mpv/audio/decode
wm4 4cabd08e8a audio: fix initial audio PTS
Commit 5e25a3d2 broke handling of the initial frame (the one decoded
with initial_audio_decode()). It didn't update the pts_offset field,
leading to a shift in timestamps by one audio frame.

Fix by calling the actual decode function in a single place. This
requires slightly more changes than what would be necessary to fix the
bug, but it also somewhat simplifies the data flow.
2015-01-14 22:14:46 +01:00
..
ad.h audio: make decoders output refcounted frames 2014-11-10 22:02:05 +01:00
ad_lavc.c player: print used number of threads in verbose mode 2015-01-05 12:17:55 +01:00
ad_mpg123.c audio: make decoders output refcounted frames 2014-11-10 22:02:05 +01:00
ad_spdif.c audio: make decoders output refcounted frames 2014-11-10 22:02:05 +01:00
dec_audio.c audio: fix initial audio PTS 2015-01-14 22:14:46 +01:00
dec_audio.h audio: make decoders output refcounted frames 2014-11-10 22:02:05 +01:00