mirror of
https://github.com/outbackdingo/UltraGrid.git
synced 2026-03-21 15:40:21 +00:00
ProRes: fixed metadata (not inter-frame)
This commit is contained in:
@@ -196,17 +196,17 @@ static const struct codec_info_t codec_info[] = {
|
||||
[PRORES] = {"PRORES", "Apple ProRes",
|
||||
0, 1, 1, 0, 8, FALSE, TRUE, TRUE, FALSE, 0, "pror"},
|
||||
[PRORES_4444] = {"PRORES_4444", "Apple ProRes 4444",
|
||||
to_fourcc('a','p','4','h'), 1, 1, 0, 8, FALSE, TRUE, TRUE, FALSE, 0, "ap4h"},
|
||||
to_fourcc('a','p','4','h'), 1, 1, 0, 8, FALSE, TRUE, FALSE, FALSE, 0, "ap4h"},
|
||||
[PRORES_4444_XQ] = {"PRORES_4444_XQ", "Apple ProRes 4444 (XQ)",
|
||||
to_fourcc('a','p','4','x'), 1, 1, 0, 8, FALSE, TRUE, TRUE, FALSE, 0, "ap4x"},
|
||||
to_fourcc('a','p','4','x'), 1, 1, 0, 8, FALSE, TRUE, FALSE, FALSE, 0, "ap4x"},
|
||||
[PRORES_422_HQ] = {"PRORES_422_HQ", "Apple ProRes 422 (HQ)",
|
||||
to_fourcc('a','p','c','h'), 1, 1, 0, 8, FALSE, TRUE, TRUE, FALSE, 0, "apch"},
|
||||
to_fourcc('a','p','c','h'), 1, 1, 0, 8, FALSE, TRUE, FALSE, FALSE, 0, "apch"},
|
||||
[PRORES_422] = {"PRORES_422", "Apple ProRes 422",
|
||||
to_fourcc('a','p','c','n'), 1, 1, 0, 8, FALSE, TRUE, TRUE, FALSE, 0, "apcn"},
|
||||
to_fourcc('a','p','c','n'), 1, 1, 0, 8, FALSE, TRUE, FALSE, FALSE, 0, "apcn"},
|
||||
[PRORES_422_PROXY] = {"PRORES_422_PROXY", "Apple ProRes 422 (Proxy)",
|
||||
to_fourcc('a','p','c','o'), 1, 1, 0, 8, FALSE, TRUE, TRUE, FALSE, 0, "apco"},
|
||||
to_fourcc('a','p','c','o'), 1, 1, 0, 8, FALSE, TRUE, FALSE, FALSE, 0, "apco"},
|
||||
[PRORES_422_LT] = {"PRORES_422_LT", "Apple ProRes 422 (LT)",
|
||||
to_fourcc('a','p','c','s'), 1, 1, 0, 8, FALSE, TRUE, TRUE, FALSE, 0, "apcs"},
|
||||
to_fourcc('a','p','c','s'), 1, 1, 0, 8, FALSE, TRUE, FALSE, FALSE, 0, "apcs"},
|
||||
};
|
||||
|
||||
/// for planar pixel formats
|
||||
|
||||
Reference in New Issue
Block a user