Browse Source

matroskadec: fix typo

Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
tags/n1.0
Michael Niedermayer 13 years ago
parent
commit
0da50055eb
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      libavformat/matroskadec.c

+ 1
- 1
libavformat/matroskadec.c View File

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


Loading…
Cancel
Save