Added long name for I420

This commit is contained in:
Martin Pulec
2020-05-27 09:49:28 +02:00
parent 90a42b58f2
commit f682f7e96f

View File

@@ -194,7 +194,7 @@ static const struct codec_info_t codec_info[] = {
to_fourcc('R','G','4','8'), 1, 6.0, 16, 3, 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", "I420",
[I420] = {"I420", "planar YUV 4:2:0",
to_fourcc('I','4','2','0'), 2, 3.0/2.0, 8, 0, FALSE, FALSE, FALSE, FALSE, "yuv"},
};