Hacked avformat-58.dll to ignore aac Scalable configurations flag.

This commit is contained in:
Michael Bucari-Tovo 2021-06-21 16:38:02 -06:00
parent 372e85d9af
commit 344e675634
3 changed files with 2 additions and 2 deletions

View File

@ -173,7 +173,7 @@ namespace AaxDecrypter
{ {
DecryptProgressUpdate?.Invoke(this, 0); DecryptProgressUpdate?.Invoke(this, 0);
var tempRipFile = Path.Combine(outDir, "funny.mp4"); var tempRipFile = Path.Combine(outDir, "funny.aac");
var fail = "WARNING-Decrypt failure. "; var fail = "WARNING-Decrypt failure. ";

View File

@ -13,7 +13,7 @@
<!-- <PublishSingleFile>true</PublishSingleFile> --> <!-- <PublishSingleFile>true</PublishSingleFile> -->
<RuntimeIdentifier>win-x64</RuntimeIdentifier> <RuntimeIdentifier>win-x64</RuntimeIdentifier>
<Version>4.4.0.35</Version> <Version>4.4.0.37</Version>
</PropertyGroup> </PropertyGroup>
<ItemGroup> <ItemGroup>