Chromium Code Reviews| Index: source/libvpx/test/encode_test_driver.cc |
| =================================================================== |
| --- source/libvpx/test/encode_test_driver.cc (revision 282873) |
| +++ source/libvpx/test/encode_test_driver.cc (working copy) |
| @@ -59,7 +59,7 @@ |
| } |
| // Encode the frame |
| - REGISTER_STATE_CHECK( |
| + API_REGISTER_STATE_CHECK( |
| res = vpx_codec_encode(&encoder_, |
| video.img(), video.pts(), video.duration(), |
| frame_flags, deadline_)); |