Chromium Code Reviews| Index: source/libvpx/vpxdec.c |
| diff --git a/source/libvpx/vpxdec.c b/source/libvpx/vpxdec.c |
| index 04035501980c6769efc250c2acf6b5204e9ad190..8c938df8de6157cc068fd908fd2fca9593ad4acd 100644 |
| --- a/source/libvpx/vpxdec.c |
| +++ b/source/libvpx/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) { |