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

Unified Diff: content/public/common/feature_h264_with_openh264_ffmpeg.cc

Issue 1965513002: Default-enable WebRTC-H264WithOpenH264FFmpeg. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 7 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
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/public/common/feature_h264_with_openh264_ffmpeg.cc
diff --git a/content/public/common/feature_h264_with_openh264_ffmpeg.cc b/content/public/common/feature_h264_with_openh264_ffmpeg.cc
index b13cfdfbf4b6296cfad83770bb70f6478593113c..7b102a4760282e1300d4cb55d3b6965c7820e8a3 100644
--- a/content/public/common/feature_h264_with_openh264_ffmpeg.cc
+++ b/content/public/common/feature_h264_with_openh264_ffmpeg.cc
@@ -9,7 +9,7 @@ namespace content {
#if BUILDFLAG(RTC_USE_H264)
const base::Feature kWebRtcH264WithOpenH264FFmpeg {
- "WebRTC-H264WithOpenH264FFmpeg", base::FEATURE_DISABLED_BY_DEFAULT
+ "WebRTC-H264WithOpenH264FFmpeg", base::FEATURE_ENABLED_BY_DEFAULT
};
#endif // BUILDFLAG(RTC_USE_H264)
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698