Explorar o código

CodecsComponent: fix a failure case with optical output

Vincent Lang %!s(int64=8) %!d(string=hai) anos
pai
achega
5fd3bdf332
Modificáronse 1 ficheiros con 1 adicións e 0 borrados
  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;