diff --git a/libavformat/thp.c b/libavformat/thp.c index bc4f0dafe5..714cec6cd3 100644 --- a/libavformat/thp.c +++ b/libavformat/thp.c @@ -98,7 +98,7 @@ static int thp_read_header(AVFormatContext *s) for (i = 0; i < thp->compcount; i++) { if (thp->components[i] == 0) { - if (thp->vst != 0) + if (thp->vst) break; /* Video component. */