mirror of
https://github.com/outbackdingo/UltraGrid.git
synced 2026-03-20 17:40:12 +00:00
Fixed pixel length for RG48
This commit is contained in:
@@ -195,7 +195,7 @@ static const struct codec_info_t codec_info[] = {
|
||||
[CFHD] = {"CFHD", "Cineform",
|
||||
to_fourcc('C','F','H','D'), 0, 1.0, 8, 0, FALSE, TRUE, FALSE, FALSE, "cfhd"},
|
||||
[RG48] = {"RG48", "16-bit RGB little-endian",
|
||||
to_fourcc('R','G','4','8'), 1, 6.0, 16, 3, TRUE, FALSE, FALSE, FALSE, "rg48"},
|
||||
to_fourcc('R','G','4','8'), 1, 6.0, 16, 6, TRUE, FALSE, FALSE, FALSE, "rg48"},
|
||||
[AV1] = {"AV1", "AOMedia Video 1",
|
||||
to_fourcc('a','v','0','1'), 0, 1.0, 8, 0, FALSE, TRUE, TRUE, FALSE, "av1"},
|
||||
[I420] = {"I420", "planar YUV 4:2:0",
|
||||
|
||||
Reference in New Issue
Block a user