mpv/audio/decode
wm4 69eb056333 audio: fix timestamps
Accidentally broken in b6af44d3. For ad_lavc (and in general), the PTS
was not updated correctly when filtering only parts of audio frames,
and for ad_mpg123 and ad_spdif the PTS was additionally offset by the
frame size.

This could lead to incorrect time display, and possibly broken A/V sync.
2014-07-24 15:27:31 +02:00
..
ad.h audio: move initial decode to generic code 2014-07-21 19:29:58 +02:00
ad_lavc.c audio: move initial decode to generic code 2014-07-21 19:29:58 +02:00
ad_mpg123.c audio: fix timestamps 2014-07-24 15:27:31 +02:00
ad_spdif.c audio: fix timestamps 2014-07-24 15:27:31 +02:00
dec_audio.c audio: fix timestamps 2014-07-24 15:27:31 +02:00
dec_audio.h audio: fix race condition in EOF code 2014-07-24 15:26:07 +02:00