mirror of https://github.com/mpv-player/mpv
ad_spdif: remove per-packet message
It was annoying and didn't ever help with anything.
(cherry picked from commit 55f69605fb
)
This commit is contained in:
parent
7ee8237e66
commit
52324a494c
|
@ -200,7 +200,6 @@ static int decode_packet(struct dec_audio *da, struct mp_audio **out)
|
|||
AVPacket pkt;
|
||||
mp_set_av_packet(&pkt, mpkt, NULL);
|
||||
pkt.pts = pkt.dts = 0;
|
||||
MP_VERBOSE(da, "spdif packet, size=%d\n", pkt.size);
|
||||
if (mpkt->pts != MP_NOPTS_VALUE) {
|
||||
da->pts = mpkt->pts;
|
||||
da->pts_offset = 0;
|
||||
|
|
Loading…
Reference in New Issue