Browse Source

avformat/matroskadec: request a sample with recursive seek heads

Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
tags/n2.6
Michael Niedermayer 11 years ago
parent
commit
72c984432e
1 changed files with 3 additions and 0 deletions
  1. +3
    -0
      libavformat/matroskadec.c

+ 3
- 0
libavformat/matroskadec.c View File

@@ -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…
Cancel
Save