avutil: rename AV_PIX_FMT_Y400A to AV_PIX_FMT_YA8
The rationale is that you have a packed format in form <greyscale sample> <alpha sample> <greyscale sample> <alpha sample> and shortening greyscale to 'G' might make one thing about Greenscale instead. An alias pixel format and color space name are provided for compatibility.
This commit is contained in:
@@ -154,7 +154,7 @@ static const FormatEntry format_entries[AV_PIX_FMT_NB] = {
|
||||
[AV_PIX_FMT_RGB444BE] = { 1, 1 },
|
||||
[AV_PIX_FMT_BGR444LE] = { 1, 1 },
|
||||
[AV_PIX_FMT_BGR444BE] = { 1, 1 },
|
||||
[AV_PIX_FMT_Y400A] = { 1, 0 },
|
||||
[AV_PIX_FMT_YA8] = { 1, 0 },
|
||||
[AV_PIX_FMT_BGR48BE] = { 1, 1 },
|
||||
[AV_PIX_FMT_BGR48LE] = { 1, 1 },
|
||||
[AV_PIX_FMT_BGRA64BE] = { 0, 0, 1 },
|
||||
|
Reference in New Issue
Block a user