From 81e1bf03961535f5e0bcdf510b9ffdb30e548c8e Mon Sep 17 00:00:00 2001 From: Artem Titov Date: Wed, 3 Jul 2019 13:46:55 +0200 Subject: [PATCH] Remove using DegradationPreference from scenario_config.h DegradationPreference is already available in namespace webrtc so looks like there is no reason to redeclare it. Also it cause compilation error with GCC 5.4.0 Bug: webrtc:10792 Change-Id: I814e90000b8692de67ea477ea7d2769a34a14f01 Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/144523 Reviewed-by: Sebastian Jansson Commit-Queue: Artem Titov Cr-Commit-Position: refs/heads/master@{#28470} --- test/scenario/scenario_config.h | 1 - 1 file changed, 1 deletion(-) diff --git a/test/scenario/scenario_config.h b/test/scenario/scenario_config.h index ff925e7b95..74cdeabf5a 100644 --- a/test/scenario/scenario_config.h +++ b/test/scenario/scenario_config.h @@ -148,7 +148,6 @@ struct VideoStreamConfig { } prediction = Prediction::kFull; } layers; - using DegradationPreference = DegradationPreference; DegradationPreference degradation_preference = DegradationPreference::MAINTAIN_FRAMERATE; } encoder;