[vlc-commits] fourcc: map "ap4x" to ProRes 4444 XG

Steve Lhomme git at videolan.org
Mon Apr 16 12:05:20 CEST 2018


vlc/vlc-3.0 | branch: master | Steve Lhomme <robux4 at ycbcr.xyz> | Mon Apr 16 08:55:02 2018 +0200| [6fe50820dbbf0e8922ace485e9e6c64362e43ba1] | committer: Hugo Beauzée-Luyssen

fourcc: map "ap4x" to ProRes 4444 XG

Fixes #20285

(cherry picked from commit 96751178f676dd67b89d41ce87711502ea0a89d5)
Signed-off-by: Hugo Beauzée-Luyssen <hugo at beauzee.fr>

> http://git.videolan.org/gitweb.cgi/vlc/vlc-3.0.git/?a=commit;h=6fe50820dbbf0e8922ace485e9e6c64362e43ba1
---

 src/misc/fourcc_list.h | 1 +
 1 file changed, 1 insertion(+)

diff --git a/src/misc/fourcc_list.h b/src/misc/fourcc_list.h
index e792f28fb5..0826c521dd 100644
--- a/src/misc/fourcc_list.h
+++ b/src/misc/fourcc_list.h
@@ -703,6 +703,7 @@ static const staticentry_t p_list_video[] = {
         E("apco", "Apple ProRes 422 Proxy"),
         E("ap4c", "Apple ProRes 4444"),
         E("ap4h", "Apple ProRes 4444"),
+        E("ap4x", "Apple ProRes 4444 XQ"),
 
     B(VLC_CODEC_ICOD, "Apple Intermediate Codec"),
         A("icod"),



More information about the vlc-commits mailing list