[vlc-commits] ProRes is not always 422
Jean-Baptiste Kempf
git at videolan.org
Thu Sep 13 11:49:00 CEST 2012
vlc | branch: master | Jean-Baptiste Kempf <jb at videolan.org> | Thu Sep 13 11:48:29 2012 +0200| [2b58798d0d0ff5d53b54b679f32a54e9c34a2d3c] | committer: Jean-Baptiste Kempf
ProRes is not always 422
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=2b58798d0d0ff5d53b54b679f32a54e9c34a2d3c
---
src/misc/fourcc.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/misc/fourcc.c b/src/misc/fourcc.c
index 00af110..2609314 100644
--- a/src/misc/fourcc.c
+++ b/src/misc/fourcc.c
@@ -689,7 +689,7 @@ static const staticentry_t p_list_video[] = {
A("IV50"),
A("iv50"),
- B(VLC_CODEC_PRORES, "Apple ProRes 422"),
+ B(VLC_CODEC_PRORES, "Apple ProRes"),
E("apcn", "Apple ProRes 422 Standard"),
E("apch", "Apple ProRes 422 HQ"),
E("apcs", "Apple ProRes 422 LT"),
More information about the vlc-commits
mailing list