Revert "Hacked avformat-58 to ignore aac Scalable configurations error."

This reverts commit 26da3077437325d9bac1737ca21f8787d5efe16e.
This commit is contained in:
Michael Bucari-Tovo 2021-06-21 16:29:28 -06:00
parent 26da307743
commit c81788429b
5 changed files with 3 additions and 8 deletions

1
.gitignore vendored
View File

@ -333,4 +333,3 @@ ASALocalRun/
# manually ignored files
/__TODO.txt
/DataLayer/LibationContext.db
/AaxDecrypter/DecryptLib/avformat-58.dll.bak

View File

@ -4,10 +4,6 @@
<TargetFramework>net5.0</TargetFramework>
</PropertyGroup>
<ItemGroup>
<None Remove="DecryptLib\avformat-58.dll.bak" />
</ItemGroup>
<ItemGroup>
<Reference Include="taglib-sharp">
<HintPath>lib\taglib-sharp.dll</HintPath>

View File

@ -173,7 +173,7 @@ namespace AaxDecrypter
{
DecryptProgressUpdate?.Invoke(this, 0);
var tempRipFile = Path.Combine(outDir, "funny.aac");
var tempRipFile = Path.Combine(outDir, "funny.mp4");
var fail = "WARNING-Decrypt failure. ";
@ -235,7 +235,7 @@ namespace AaxDecrypter
+ audible_iv
+ " -i "
+ "\"" + inputFileName + "\""
+ " -c:a copy -vn -sn -dn -y -f adts "
+ " -c:a copy -vn -sn -dn -y "
+ "\"" + tempFileName + "\"";
var info = new ProcessStartInfo

View File

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