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:
parent
cff98ca6ff
commit
4cd841e9a6
@ -27,7 +27,7 @@ int interpolation_test(CmdArgs& args)
|
|||||||
FILE* outputFile;
|
FILE* outputFile;
|
||||||
|
|
||||||
std::string outname = args.outputFile;
|
std::string outname = args.outputFile;
|
||||||
if (outname == "")
|
if (outname.empty())
|
||||||
{
|
{
|
||||||
outname = "InterTest_out.yuv";
|
outname = "InterTest_out.yuv";
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user