mirror of https://github.com/mgba-emu/mgba.git
Qt: Remove aac codec mapping; ffmpeg has a built-in aac encoder
This commit is contained in:
parent
0cbe5eb4ad
commit
e3573d402f
|
@ -45,7 +45,6 @@ VideoView::VideoView(QWidget* parent)
|
|||
m_ui.setupUi(this);
|
||||
|
||||
if (s_acodecMap.empty()) {
|
||||
s_acodecMap["aac"] = "libfaac";
|
||||
s_acodecMap["mp3"] = "libmp3lame";
|
||||
s_acodecMap["uncompressed"] = "pcm_s16le";
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue