Index: source/libvpx/test/keyframe_test.cc |
=================================================================== |
--- source/libvpx/test/keyframe_test.cc (revision 223100) |
+++ source/libvpx/test/keyframe_test.cc (working copy) |
@@ -132,7 +132,6 @@ |
// Verify that keyframes match the file keyframes in the file. |
for (std::vector<vpx_codec_pts_t>::const_iterator iter = kf_pts_list_.begin(); |
iter != kf_pts_list_.end(); ++iter) { |
- |
if (deadline_ == VPX_DL_REALTIME && *iter > 0) |
EXPECT_EQ(0, (*iter - 1) % 30) << "Unexpected keyframe at frame " |
<< *iter; |