diff --git a/vpxdec.c b/vpxdec.c index 04035501980c6769efc250c2acf6b5204e9ad190..8c938df8de6157cc068fd908fd2fca9593ad4acd 100644 --- a/vpxdec.c +++ b/vpxdec.c @@ -1080,9 +1080,6 @@ int main_loop(int argc, const char **argv_) { } } } - - if (stop_after && frame_in >= stop_after) - break; } if (summary || progress) {