mirror of
https://github.com/outbackdingo/UltraGrid.git
synced 2026-03-21 16:40:18 +00:00
I420: use 'yuv' file extension
FFmpeg, which is the most straightforward to process these files, doesn't accept 'i420' extension.
This commit is contained in:
@@ -188,7 +188,7 @@ static const struct codec_info_t codec_info[] = {
|
||||
[AV1] = {"AV1", "AOMedia Video 1",
|
||||
to_fourcc('a','v','0','1'), 0, 1.0, 8, 0, FALSE, TRUE, TRUE, FALSE, "av1"},
|
||||
[I420] = {"I420", "I420",
|
||||
to_fourcc('I','4','2','0'), 2, 3.0/2.0, 8, 0, FALSE, FALSE, FALSE, FALSE, "i420"},
|
||||
to_fourcc('I','4','2','0'), 2, 3.0/2.0, 8, 0, FALSE, FALSE, FALSE, FALSE, "yuv"},
|
||||
};
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user