| Index: native_client_sdk/src/examples/api/video_decode/video_decode.cc
|
| diff --git a/native_client_sdk/src/examples/api/video_decode/video_decode.cc b/native_client_sdk/src/examples/api/video_decode/video_decode.cc
|
| index 68141938b8f790154bb313ee1d3167459fae7b2f..0cce7b61eab9267aaa1f00cb01142757932bc259 100644
|
| --- a/native_client_sdk/src/examples/api/video_decode/video_decode.cc
|
| +++ b/native_client_sdk/src/examples/api/video_decode/video_decode.cc
|
| @@ -29,7 +29,7 @@
|
| #define USE_VP8_TESTDATA_INSTEAD_OF_H264
|
| #include "testdata.h"
|
|
|
| -// Use assert as a poor-man's CHECK, even in non-debug mode.
|
| +// Use assert as a makeshift CHECK, even in non-debug mode.
|
| // Since <assert.h> redefines assert on every inclusion (it doesn't use
|
| // include-guards), make sure this is the last file #include'd in this file.
|
| #undef NDEBUG
|
|
|