Update FFmpeg to fix 8-bit D3D11VA full range decoding

This commit is contained in:
Cameron Gutman
2026-08-06 22:23:30 -05:00
parent 7cf8b46c79
commit 2e13ed9977
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -7,7 +7,7 @@ import shutil
ORGANIZATION = "moonlight-stream"
PREBUILT_REPO = "moonlight-qt-deps"
TAG = "v11"
TAG = "v12"
def get_platform_config():
system = platform.system()