fix compiler warnings.

This commit is contained in:
Robin Gareus 2013-07-28 20:32:52 +02:00
parent d1c2d53afe
commit cd28d62b26
11 changed files with 37 additions and 29 deletions

View file

@ -392,7 +392,7 @@ TranscodeFfmpeg::encode (std::string outfile, std::string inf_a, std::string inf
}
bool
TranscodeFfmpeg::extract_audio (std::string outfile, ARDOUR::framecnt_t samplerate, unsigned int stream)
TranscodeFfmpeg::extract_audio (std::string outfile, ARDOUR::framecnt_t /*samplerate*/, unsigned int stream)
{
if (!probeok) return false;
if (stream >= m_audio.size()) return false;