| 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)
|
|
|