Update To 11.40.268.0
[platform/framework/web/crosswalk.git] / src / third_party / webrtc / modules / audio_coding / main / test / PacketLossTest.cc
index e6ef392..9fec486 100644 (file)
@@ -131,7 +131,8 @@ void PacketLossTest::Perform() {
   int codec_id = acm->Codec("opus", 48000, channels_);
 
   RTPFile rtpFile;
-  std::string fileName = webrtc::test::OutputPath() + "outFile.rtp";
+  std::string fileName = webrtc::test::TempFilename(webrtc::test::OutputPath(),
+                                                    "packet_loss_test");
 
   // Encode to file
   rtpFile.Open(fileName.c_str(), "wb+");