mirror of
https://github.com/mpv-player/mpv
synced 2024-11-14 22:48:35 +01:00
32e3033666
Fixes stupid messages with a opus/mkv test file that had an absurdly huge codec delay. This file fully skips several frames at the start. ad_lavc.c trimmed these frames to 0 samples and returned them. The next layer (f_decoder_wrapper.c) saw discontinuous PTS values, because the PTS values increased by a frame, but amounted to 0 audio samples. This was harmless, but logged PTS discontinuity errors. |
||
---|---|---|
.. | ||
ad_lavc.c | ||
ad_spdif.c |