Commit 0da50055 authored by Michael Niedermayer's avatar Michael Niedermayer

matroskadec: fix typo

Signed-off-by: 's avatarMichael Niedermayer <michaelni@gmx.at>
parent 6902c3ac
......@@ -1989,7 +1989,7 @@ static int matroska_parse_block(MatroskaDemuxContext *matroska, uint8_t *data,
}
case 0x2: /* fixed-size lacing */
if (size != (size / laces) * size) {
if (size != (size / laces) * laces) {
res = AVERROR_INVALIDDATA;
goto end;
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment