all repos — mgba @ e3573d402f3bda8ccf383d765319fa882fd5e1fa

mGBA Game Boy Advance Emulator

Qt: Remove aac codec mapping; ffmpeg has a built-in aac encoder
Jeffrey Pfau jeffrey@endrift.com
Tue, 25 Nov 2014 05:08:20 -0800
commit

e3573d402f3bda8ccf383d765319fa882fd5e1fa

parent

0cbe5eb4ad78cf1eef8ab414aebd3113b95683d2

1 files changed, 0 insertions(+), 1 deletions(-)

jump to
M src/platform/qt/VideoView.cppsrc/platform/qt/VideoView.cpp

@@ -45,7 +45,6 @@ {

m_ui.setupUi(this); if (s_acodecMap.empty()) { - s_acodecMap["aac"] = "libfaac"; s_acodecMap["mp3"] = "libmp3lame"; s_acodecMap["uncompressed"] = "pcm_s16le"; }