Index: media/base/android/media_codec_bridge_unittest.cc |
diff --git a/media/base/android/media_codec_bridge_unittest.cc b/media/base/android/media_codec_bridge_unittest.cc |
index 0a08cadd6053090065b7e1635e96ff1cf7a7ff38..5a35579d1d0245f09bce833999210c7ce88cd2e4 100644 |
--- a/media/base/android/media_codec_bridge_unittest.cc |
+++ b/media/base/android/media_codec_bridge_unittest.cc |
@@ -94,13 +94,13 @@ unsigned char test_mp3[] = { |
namespace media { |
// Helper macro to skip the test if MediaCodecBridge isn't available. |
-#define SKIP_TEST_IF_MEDIA_CODEC_BRIDGE_IS_NOT_AVAILABLE() \ |
- do { \ |
- if (!MediaCodecBridge::IsAvailable()) { \ |
- LOG(INFO) << "Could not run test - not supported on device."; \ |
- return; \ |
- } \ |
- } while (0) \ |
+#define SKIP_TEST_IF_MEDIA_CODEC_BRIDGE_IS_NOT_AVAILABLE() \ |
+ do { \ |
+ if (!MediaCodecBridge::IsAvailable()) { \ |
+ VLOG(0) << "Could not run test - not supported on device."; \ |
+ return; \ |
+ } \ |
+ } while (0) |
static const int kPresentationTimeBase = 100; |