Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(174)

Unified Diff: webrtc/modules/video_coding/codecs/h264/test/h264_impl_unittest.cc

Issue 2996463003: Rename WEBRTC_VIDEOPROCESSOR_H264_TESTS define to WEBRTC_USE_H264. (Closed)
Patch Set: Created 3 years, 4 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: webrtc/modules/video_coding/codecs/h264/test/h264_impl_unittest.cc
diff --git a/webrtc/modules/video_coding/codecs/h264/test/h264_impl_unittest.cc b/webrtc/modules/video_coding/codecs/h264/test/h264_impl_unittest.cc
index 9db694e56b9f071dfefb78a19539747a61991f6a..806b5ac06b57e83a29114d230ff42439ce2ebdb6 100644
--- a/webrtc/modules/video_coding/codecs/h264/test/h264_impl_unittest.cc
+++ b/webrtc/modules/video_coding/codecs/h264/test/h264_impl_unittest.cc
@@ -32,7 +32,7 @@ class TestH264Impl : public VideoCodecTest {
}
};
-#ifdef WEBRTC_VIDEOPROCESSOR_H264_TESTS
+#ifdef WEBRTC_USE_H264
#define MAYBE_EncodeDecode EncodeDecode
#define MAYBE_DecodedQpEqualsEncodedQp DecodedQpEqualsEncodedQp
#else
« no previous file with comments | « webrtc/modules/video_coding/BUILD.gn ('k') | webrtc/modules/video_coding/codecs/test/videoprocessor_integrationtest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698