mirror of https://git.ffmpeg.org/ffmpeg.git
avformat/matroskadec: request a sample with recursive seek heads
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
This commit is contained in:
parent
6551acab68
commit
72c984432e
|
@ -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)
|
||||
|
|
Loading…
Reference in New Issue