Skip to content

Commit 2e13ed9

Browse files
committed
Update FFmpeg to fix 8-bit D3D11VA full range decoding
1 parent 7cf8b46 commit 2e13ed9

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

setup-deps.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ $Organization = "moonlight-stream"
44
$PrebuiltRepo = "moonlight-qt-deps"
55
$TargetDir = Join-Path $PSScriptRoot "libs\windows"
66
$Assets = @("windows-x64.zip", "windows-ARM64.zip")
7-
$Tag = "v11"
7+
$Tag = "v12"
88

99
if (Test-Path $TargetDir) {
1010
Write-Host "Cleaning target directory..." -ForegroundColor Cyan

setup-deps.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77

88
ORGANIZATION = "moonlight-stream"
99
PREBUILT_REPO = "moonlight-qt-deps"
10-
TAG = "v11"
10+
TAG = "v12"
1111

1212
def get_platform_config():
1313
system = platform.system()

0 commit comments

Comments
 (0)