1
0
mirror of https://github.com/mpv-player/mpv synced 2025-03-19 09:57:34 +00:00
mpv/audio/decode
wm4 f93826afa5 ad_lavc: skip fully skipped frames
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.
2019-05-22 21:45:54 +02:00
..
ad_lavc.c ad_lavc: skip fully skipped frames 2019-05-22 21:45:54 +02:00
ad_spdif.c codecs: remove unused family field 2018-02-01 10:21:55 +01:00