Remove verbose setting and reorder some print statements in VideoProcessor.

Always enabling verbose mode means about 100% more text is printed,
but this should not be a problem as the only time that we explicitly
look at the logs is when the bots are failing, or when we want to save
all output for plotting.

BUG=webrtc:8448

Change-Id: Ia5feab5220d047440d15cddb7d3fbca1c5a4aaf5
Reviewed-on: https://webrtc-review.googlesource.com/16140
Commit-Queue: Rasmus Brandt <brandtr@webrtc.org>
Reviewed-by: Åsa Persson <asapersson@webrtc.org>
Cr-Commit-Position: refs/heads/master@{#20461}
This commit is contained in:
Rasmus Brandt
2017-10-27 11:11:50 +02:00
committed by Commit Bot
parent fd9149f842
commit e4c6915b87
11 changed files with 42 additions and 40 deletions

View File

@ -126,10 +126,9 @@ TEST(TestConfig, ToString_Vp8) {
config.codec_settings.VP8()->keyFrameInterval = 999;
EXPECT_EQ(
"Video config:"
"\n Filename : yuvfile"
"\n # CPU cores used : 1"
"\n Codec settings:"
"\n General:"
"\n Codec type : VP8"
"\n Start bitrate : 400 kbps"
"\n Max bitrate : 500 kbps"
@ -138,6 +137,7 @@ TEST(TestConfig, ToString_Vp8) {
"\n Height : 180"
"\n Max frame rate : 35"
"\n QPmax : 66"
"\n VP8 specific: "
"\n Complexity : 0"
"\n Resilience : 0"
"\n # temporal layers : 2"