Index: source/libvpx/test/encode_test_driver.cc |
=================================================================== |
--- source/libvpx/test/encode_test_driver.cc (revision 219822) |
+++ source/libvpx/test/encode_test_driver.cc (working copy) |
@@ -158,7 +158,7 @@ |
Decoder* const decoder = codec_->CreateDecoder(dec_cfg, 0); |
bool again; |
for (again = true, video->Begin(); again; video->Next()) { |
- again = video->img() != NULL; |
+ again = (video->img() != NULL); |
PreEncodeFrameHook(video); |
PreEncodeFrameHook(video, encoder); |