swscale: add full bgra64 support
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
This commit is contained in:
@@ -165,8 +165,8 @@ static const FormatEntry format_entries[AV_PIX_FMT_NB] = {
|
||||
[AV_PIX_FMT_Y400A] = { 1, 0 },
|
||||
[AV_PIX_FMT_BGR48BE] = { 1, 1 },
|
||||
[AV_PIX_FMT_BGR48LE] = { 1, 1 },
|
||||
[AV_PIX_FMT_BGRA64BE] = { 0, 0, 1 },
|
||||
[AV_PIX_FMT_BGRA64LE] = { 0, 0, 1 },
|
||||
[AV_PIX_FMT_BGRA64BE] = { 1, 1, 1 },
|
||||
[AV_PIX_FMT_BGRA64LE] = { 1, 1, 1 },
|
||||
[AV_PIX_FMT_YUV420P9BE] = { 1, 1 },
|
||||
[AV_PIX_FMT_YUV420P9LE] = { 1, 1 },
|
||||
[AV_PIX_FMT_YUV420P10BE] = { 1, 1 },
|
||||
|
Reference in New Issue
Block a user