Hacked avformat-58.dll to ignore aac Scalable configurations flag.
This commit is contained in:
parent
372e85d9af
commit
344e675634
@ -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. ";
|
||||||
|
|
||||||
|
|||||||
Binary file not shown.
@ -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>
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user