You've already forked FFmpeg
mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2025-08-10 06:10:52 +02:00
avformat/matroskadec: request a sample with recursive seek heads
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
This commit is contained in:
@@ -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)
|
||||
|
Reference in New Issue
Block a user