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. -