[vlc-commits] Add a ProRes fourCC
Jean-Baptiste Kempf
git at videolan.org
Thu Sep 13 11:23:33 CEST 2012
vlc | branch: master | Jean-Baptiste Kempf <jb at videolan.org> | Thu Sep 13 11:23:19 2012 +0200| [4c29d9c7bfc36a78337b3fc86772099170bfaae6] | committer: Jean-Baptiste Kempf
Add a ProRes fourCC
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=4c29d9c7bfc36a78337b3fc86772099170bfaae6
---
src/misc/fourcc.c | 1 +
1 file changed, 1 insertion(+)
diff --git a/src/misc/fourcc.c b/src/misc/fourcc.c
index ea599c5..00af110 100644
--- a/src/misc/fourcc.c
+++ b/src/misc/fourcc.c
@@ -695,6 +695,7 @@ static const staticentry_t p_list_video[] = {
E("apcs", "Apple ProRes 422 LT"),
E("apco", "Apple ProRes 422 Proxy"),
E("ap4c", "Apple ProRes 4444"),
+ E("ap4h", "Apple ProRes 4444"),
/* */
B(VLC_CODEC_YV12, "Planar 4:2:0 YVU"),
More information about the vlc-commits
mailing list