| Index: webrtc/modules/video_coding/main/test/test_util.cc
|
| diff --git a/webrtc/modules/video_coding/main/test/test_util.cc b/webrtc/modules/video_coding/main/test/test_util.cc
|
| index ce71cbb49de2124bd764cf9400565b9c5469416e..cd858da2889903345be4b23196a180af1500a892 100644
|
| --- a/webrtc/modules/video_coding/main/test/test_util.cc
|
| +++ b/webrtc/modules/video_coding/main/test/test_util.cc
|
| @@ -73,7 +73,7 @@ FileOutputFrameReceiver::FileOutputFrameReceiver(
|
| count_(0) {
|
| std::string basename;
|
| std::string extension;
|
| - if (base_out_filename == "") {
|
| + if (base_out_filename.empty()) {
|
| basename = webrtc::test::OutputPath() + "rtp_decoded";
|
| extension = "yuv";
|
| } else {
|
|
|