Commit 72c98443 authored by Michael Niedermayer's avatar Michael Niedermayer

avformat/matroskadec: request a sample with recursive seek heads

Signed-off-by: 's avatarMichael Niedermayer <michaelni@gmx.at>
parent 6551acab
......@@ -1441,6 +1441,9 @@ static void matroska_execute_seekhead(MatroskaDemuxContext *matroska)
break;
}
}
if (nb_elem != seekhead_list->nb_elem) {
avpriv_request_sample(matroska->ctx, "recursive SeekHead elements");
}
}
static void matroska_add_index_entries(MatroskaDemuxContext *matroska)
......
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