| Index: webrtc/modules/video_coding/codecs/test/videoprocessor_integrationtest.h
|
| diff --git a/webrtc/modules/video_coding/codecs/test/videoprocessor_integrationtest.h b/webrtc/modules/video_coding/codecs/test/videoprocessor_integrationtest.h
|
| index 8bcc53d6d52ecb7756d46f31d406848ba24919b6..e47df371f67c7e99b2651b1ca409aa227f03c17b 100644
|
| --- a/webrtc/modules/video_coding/codecs/test/videoprocessor_integrationtest.h
|
| +++ b/webrtc/modules/video_coding/codecs/test/videoprocessor_integrationtest.h
|
| @@ -199,8 +199,7 @@ class VideoProcessorIntegrationTest : public testing::Test {
|
|
|
| if (visualization_params) {
|
| const std::string codec_name =
|
| - CodecTypeToPayloadName(config_.codec_settings.codecType)
|
| - .value_or("unknown");
|
| + CodecTypeToPayloadString(config_.codec_settings.codecType);
|
| const std::string implementation_type = config_.hw_codec ? "hw" : "sw";
|
| // clang-format off
|
| const std::string output_filename_base =
|
|
|