vlc | branch: master | Jean-Baptiste Kempf <[email protected]> | 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"), _______________________________________________ vlc-commits mailing list [email protected] http://mailman.videolan.org/listinfo/vlc-commits
