mirror of https://github.com/mgba-emu/mgba.git
FFmpeg: Fix build
This commit is contained in:
parent
e29b5ac047
commit
3c59429d96
|
@ -172,7 +172,7 @@ bool FFmpegEncoderSetAudio(struct FFmpegEncoder* encoder, const char* acodec, un
|
|||
return false;
|
||||
}
|
||||
#else
|
||||
sampleRates = codec->sample_rates;
|
||||
sampleRates = codec->supported_samplerates;
|
||||
#endif
|
||||
if (sampleRates) {
|
||||
bool gotSampleRate = false;
|
||||
|
|
Loading…
Reference in New Issue