Put iOS H264 High profile under a field trial
H264 High profile is causing problems for some downstream apps. Therefore, put it behind a field trial instead. BUG=webrtc:6337 Review-Url: https://codereview.webrtc.org/2580963004 Cr-Commit-Position: refs/heads/master@{#15663}
This commit is contained in:
@ -16,6 +16,7 @@
|
||||
RTC_EXTERN NSString * const kRTCFieldTrialAudioSendSideBweKey;
|
||||
RTC_EXTERN NSString * const kRTCFieldTrialFlexFec03Key;
|
||||
RTC_EXTERN NSString * const kRTCFieldTrialImprovedBitrateEstimateKey;
|
||||
RTC_EXTERN NSString * const kRTCFieldTrialH264HighProfileKey;
|
||||
|
||||
/** The valid value for field trials above. */
|
||||
RTC_EXTERN NSString * const kRTCFieldTrialEnabledValue;
|
||||
|
||||
Reference in New Issue
Block a user