[vlc-commits] fourcc: map "ap4x" to ProRes 4444 XG
Steve Lhomme
git at videolan.org
Mon Apr 16 08:56:09 CEST 2018
vlc | branch: master | Steve Lhomme <robux4 at ycbcr.xyz> | Mon Apr 16 08:55:02 2018 +0200| [96751178f676dd67b89d41ce87711502ea0a89d5] | committer: Steve Lhomme
fourcc: map "ap4x" to ProRes 4444 XG
Fixes #20285
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=96751178f676dd67b89d41ce87711502ea0a89d5
---
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 a7985cfb79..eb304f5161 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