1
0
Fork 0

matroskadec_haali: omit block additions instead of emitting them as a packet

This commit is contained in:
Hendrik Leppkes 2014-09-22 20:48:42 +02:00
parent b55b2a3b0b
commit 39084ef00b
Signed by: hendrik
GPG Key ID: 846079A4B0A7C1B5
1 changed files with 2 additions and 2 deletions

View File

@ -2328,9 +2328,9 @@ found:
have_duration = 1;
break;
case 0x75a1: // BlockAdditions
if (nframes > 0) // have some frames
/*if (nframes > 0) // have some frames
parseBlockAdditions(mf, len, timecode, tracknum);
else
else*/
skipbytes(mf, len);
break;
case 0x75a2: // DiscardPadding