EncoderInfoSettings: Add common string which applies to all encoders.

Change "-LibvpxVp9Encoder-" to "-VP9-" for consistency.

Bug: none
Change-Id: I7a73759db00e92286fe9a4bbed8512baf91decdb
Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/206982
Reviewed-by: Sergey Silkin <ssilkin@webrtc.org>
Commit-Queue: Åsa Persson <asapersson@webrtc.org>
Cr-Commit-Position: refs/heads/master@{#33249}
This commit is contained in:
Åsa Persson
2021-02-11 14:17:06 +01:00
committed by Commit Bot
parent 27bc6e2246
commit bc1cdef4e8
3 changed files with 18 additions and 2 deletions

View File

@ -1698,7 +1698,7 @@ TEST_F(TestVp9Impl, EncoderInfoWithoutResolutionBitrateLimits) {
TEST_F(TestVp9Impl, EncoderInfoWithBitrateLimitsFromFieldTrial) {
test::ScopedFieldTrials field_trials(
"WebRTC-LibvpxVp9Encoder-GetEncoderInfoOverride/"
"WebRTC-VP9-GetEncoderInfoOverride/"
"frame_size_pixels:123|456|789,"
"min_start_bitrate_bps:11000|22000|33000,"
"min_bitrate_bps:44000|55000|66000,"