From 481f9bc56d81e4628d6393755ce6fe5870355592 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Gonzalo=20Garramu=C3=B1o?= Date: Sat, 21 Sep 2024 07:04:18 -0300 Subject: [PATCH] Added embedded PNG decoding. --- src/docs/HISTORY.md | 4 +++- tlRender | 2 +- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/src/docs/HISTORY.md b/src/docs/HISTORY.md index bd7532c40..70a0f0992 100644 --- a/src/docs/HISTORY.md +++ b/src/docs/HISTORY.md @@ -1,7 +1,9 @@ v1.2.9 ====== -- Handle **AV_DISPOSITION_ATTACHED_PIC** properly. +- Handle **AV_DISPOSITION_ATTACHED_PIC** properly, instead of skipping it. +- Added PNG decoder so attached png pictures in .wav files are decoded + properly. v1.2.8 ====== diff --git a/tlRender b/tlRender index e02f034ad..2f7a0323b 160000 --- a/tlRender +++ b/tlRender @@ -1 +1 @@ -Subproject commit e02f034ad8a06d718ed07be981161850afbff1ae +Subproject commit 2f7a0323ba4c5eaca9e52a45640ef9f395657700