Anton Khirnov <[email protected]> writes: > --- > libavformat/matroskadec.c | 2 +- > 1 files changed, 1 insertions(+), 1 deletions(-) > > diff --git a/libavformat/matroskadec.c b/libavformat/matroskadec.c > index e1e555d..70bb765 100644 > --- a/libavformat/matroskadec.c > +++ b/libavformat/matroskadec.c > @@ -1200,7 +1200,7 @@ static void matroska_parse_cues(MatroskaDemuxContext > *matroska) { > int i, j; > > for (i = 0; i < seekhead_list->nb_elem; i++) > - if (seekhead[i].id != MATROSKA_ID_CUES) > + if (seekhead[i].id == MATROSKA_ID_CUES) > break; > assert(i <= seekhead_list->nb_elem); > > --
OK -- Måns Rullgård [email protected] _______________________________________________ libav-devel mailing list [email protected] https://lists.libav.org/mailman/listinfo/libav-devel
