[vlc-commits] Add a ProRes FourCC
Jean-Baptiste Kempf
git at videolan.org
Sun Aug 12 00:57:20 CEST 2012
vlc | branch: master | Jean-Baptiste Kempf <jb at videolan.org> | Sun Aug 12 00:32:01 2012 +0200| [f4c3c98c2270a7bda8cae22c3eec5550ab05ef44] | committer: Jean-Baptiste Kempf
Add a ProRes FourCC
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=f4c3c98c2270a7bda8cae22c3eec5550ab05ef44
---
src/misc/fourcc.c | 1 +
1 file changed, 1 insertion(+)
diff --git a/src/misc/fourcc.c b/src/misc/fourcc.c
index bd876e9..3163b33 100644
--- a/src/misc/fourcc.c
+++ b/src/misc/fourcc.c
@@ -682,6 +682,7 @@ static const entry_t p_list_video[] = {
A("iv50"),
B(VLC_CODEC_PRORES, "Apple ProRes 422"),
+ E("apcn", "Apple ProRes 422 Standard"),
E("apch", "Apple ProRes 422 HQ"),
E("apcs", "Apple ProRes 422 LT"),
E("apco", "Apple ProRes 422 Proxy"),
More information about the vlc-commits
mailing list