Explorar el Código

CodecsComponent: fix a failure case with optical output

Vincent Lang hace 8 años
padre
commit
5fd3bdf332
Se han modificado 1 ficheros con 1 adiciones y 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;