浏览代码

CodecsComponent: fix a failure case with optical output

Vincent Lang 8 年之前
父节点
当前提交
5fd3bdf332
共有 1 个文件被更改,包括 1 次插入0 次删除
  1. 1 0
      src/player/CodecsComponent.cpp

+ 1 - 0
src/player/CodecsComponent.cpp

@@ -103,6 +103,7 @@ static QSet<QString> g_systemAudioDecoderWhitelist = {
 };
 
 static QSet<QString> g_systemAudioEncoderWhitelist = {
+  "ac3_eae",
 };
 
 static QSize g_mediaFoundationH264MaxResolution;