From 8a07973a8bbabc5d08757d4c3c2eb6e922b503f1 Mon Sep 17 00:00:00 2001 From: Jack Andersen Date: Sat, 5 Mar 2016 19:23:22 -1000 Subject: [PATCH] Update README --- README | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README b/README index 3751b93..f040f7b 100644 --- a/README +++ b/README @@ -1,4 +1,4 @@ -RWK note: The `rwk` branch of libjpeg-turbo is modified to decompress JPEG +thp note: The `thp` branch of libjpeg-turbo is modified to decompress JPEG frames directly from Nintendo THP video streams. The decompression routine is designed to receive a pointer to a single THP frame and emit a YUV-420 planar image for direct usage by OpenGL.