From a073755e9d1bc4641556bb12613e1c33948cbd9e Mon Sep 17 00:00:00 2001 From: MysticExile <30736337+MysticExile@users.noreply.github.com> Date: Fri, 4 Dec 2020 02:00:35 +0100 Subject: [PATCH] Fix video --- site/content/entry/yuzu-mini-dev-3/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/site/content/entry/yuzu-mini-dev-3/index.md b/site/content/entry/yuzu-mini-dev-3/index.md index 5bfe2f6a..21bee257 100644 --- a/site/content/entry/yuzu-mini-dev-3/index.md +++ b/site/content/entry/yuzu-mini-dev-3/index.md @@ -67,7 +67,7 @@ In order to decode VP9, I needed the frame data along with a "compressed" and "u The Switch GPU provided me with the frame data, but the headers needed to be manually constructed based on meta data provided by the GPU. I found myself spending countless hours reading the VP9 specification, and analyzing the video frame-by-frame in a tool that displays each frame's headers. Ultimately, it paid off, and many VP9 videos are decoded accurately. -