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;
|
return false;
|
||||||
}
|
}
|
||||||
#else
|
#else
|
||||||
sampleRates = codec->sample_rates;
|
sampleRates = codec->supported_samplerates;
|
||||||
#endif
|
#endif
|
||||||
if (sampleRates) {
|
if (sampleRates) {
|
||||||
bool gotSampleRate = false;
|
bool gotSampleRate = false;
|
||||||
|
|
Loading…
Reference in New Issue