forked from mirror/openmw-tes3mp
Make travis happy again.
This commit is contained in:
parent
2d6b532ea5
commit
5095f729b0
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue