]> git.sesse.net Git - vlc/commitdiff
ProRes is not always 422
authorJean-Baptiste Kempf <jb@videolan.org>
Thu, 13 Sep 2012 09:48:29 +0000 (11:48 +0200)
committerJean-Baptiste Kempf <jb@videolan.org>
Thu, 13 Sep 2012 09:48:59 +0000 (11:48 +0200)
src/misc/fourcc.c

index 00af1105c6b27e0eec5e9e126aa38a1395446e35..2609314fdd4d69a3522120c6e124c42d82a169b0 100644 (file)
@@ -689,7 +689,7 @@ static const staticentry_t p_list_video[] = {
         A("IV50"),
         A("iv50"),
 
         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"),
         E("apcn", "Apple ProRes 422 Standard"),
         E("apch", "Apple ProRes 422 HQ"),
         E("apcs", "Apple ProRes 422 LT"),