Commit 4c29d9c7 authored by Jean-Baptiste Kempf's avatar Jean-Baptiste Kempf

Add a ProRes fourCC

parent 390f3cc8
...@@ -695,6 +695,7 @@ static const staticentry_t p_list_video[] = { ...@@ -695,6 +695,7 @@ static const staticentry_t p_list_video[] = {
E("apcs", "Apple ProRes 422 LT"), E("apcs", "Apple ProRes 422 LT"),
E("apco", "Apple ProRes 422 Proxy"), E("apco", "Apple ProRes 422 Proxy"),
E("ap4c", "Apple ProRes 4444"), E("ap4c", "Apple ProRes 4444"),
E("ap4h", "Apple ProRes 4444"),
/* */ /* */
B(VLC_CODEC_YV12, "Planar 4:2:0 YVU"), B(VLC_CODEC_YV12, "Planar 4:2:0 YVU"),
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment