Make travis happy again.

This commit is contained in:
cc9cii 2014-09-02 22:05:54 +10:00
parent 2d6b532ea5
commit 5095f729b0

View file

@ -556,7 +556,7 @@ public:
if(n < 0)
break;
else if(n < mFrame->nb_samples)
std::cerr<<"swr_convert error: "+std::to_string(mFrame->nb_samples-n)<<std::endl;
std::cerr << "swr_convert error" << std::endl;
}
size_t len1 = len - total;