Qt: Remove aac codec mapping; ffmpeg has a built-in aac encoder

This commit is contained in:
Jeffrey Pfau 2014-11-25 05:08:20 -08:00
parent 0cbe5eb4ad
commit e3573d402f
1 changed files with 0 additions and 1 deletions

View File

@ -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";
}