Commit 534b2921 authored by Michael Niedermayer's avatar Michael Niedermayer

Merge commit '8a96df7b'

* commit '8a96df7b':
  matroska: fix a corner case in ebml-lace parsing
Merged-by: 's avatarMichael Niedermayer <michaelni@gmx.at>
parents 57b191b8 8a96df7b
......@@ -2025,7 +2025,7 @@ static int matroska_parse_laces(MatroskaDemuxContext *matroska, uint8_t **buf,
case 0x3: /* EBML lacing */ {
uint64_t num;
uint32_t total;
uint64_t total;
n = matroska_ebmlnum_uint(matroska, data, size, &num);
if (n < 0) {
av_log(matroska->ctx, AV_LOG_INFO,
......
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