Fix win compile error for interpolator_test

Review URL: http://webrtc-codereview.appspot.com/269003

git-svn-id: http://webrtc.googlecode.com/svn/trunk@904 4adac7df-926f-26a2-2b94-8c16560cd09d
This commit is contained in:
niklas.enbom@webrtc.org 2011-11-09 08:02:16 +00:00
parent cff98ca6ff
commit 4cd841e9a6

View File

@ -27,7 +27,7 @@ int interpolation_test(CmdArgs& args)
FILE* outputFile;
std::string outname = args.outputFile;
if (outname == "")
if (outname.empty())
{
outname = "InterTest_out.yuv";
}