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:
wm4 2015-03-04 17:31:42 +01:00 committed by Diogo Franco (Kovensky)
parent 7ee8237e66
commit 52324a494c
1 changed files with 0 additions and 1 deletions

View File

@ -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;