mirror of
https://git.ffmpeg.org/ffmpeg.git
synced 2025-12-13 02:20:07 +01:00
swscale: RGBA64 output
Signed-off-by: Paul B Mahol <onemda@gmail.com> Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
This commit is contained in:
committed by
Michael Niedermayer
parent
e41cd3cdeb
commit
e1746d057b
@@ -138,8 +138,8 @@ static const FormatEntry format_entries[AV_PIX_FMT_NB] = {
|
||||
[AV_PIX_FMT_YUVA444P16LE]= { 1, 1 },
|
||||
[AV_PIX_FMT_RGB48BE] = { 1, 1 },
|
||||
[AV_PIX_FMT_RGB48LE] = { 1, 1 },
|
||||
[AV_PIX_FMT_RGBA64BE] = { 1, 0 },
|
||||
[AV_PIX_FMT_RGBA64LE] = { 1, 0 },
|
||||
[AV_PIX_FMT_RGBA64BE] = { 1, 1 },
|
||||
[AV_PIX_FMT_RGBA64LE] = { 1, 1 },
|
||||
[AV_PIX_FMT_RGB565BE] = { 1, 1 },
|
||||
[AV_PIX_FMT_RGB565LE] = { 1, 1 },
|
||||
[AV_PIX_FMT_RGB555BE] = { 1, 1 },
|
||||
|
||||
Reference in New Issue
Block a user