mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-10 00:34:59 +01:00
fix compiler warnings.
This commit is contained in:
parent
d1c2d53afe
commit
cd28d62b26
11 changed files with 37 additions and 29 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue