swscale: ayuv64le input support

Signed-off-by: Paul B Mahol <onemda@gmail.com>
This commit is contained in:
Paul B Mahol
2015-07-03 12:15:47 +00:00
parent f0489a35c0
commit 052f64ecb2
4 changed files with 40 additions and 0 deletions

View File

@ -225,6 +225,7 @@ static const FormatEntry format_entries[AV_PIX_FMT_NB] = {
[AV_PIX_FMT_BAYER_GRBG16BE] = { 1, 0 },
[AV_PIX_FMT_XYZ12BE] = { 1, 1, 1 },
[AV_PIX_FMT_XYZ12LE] = { 1, 1, 1 },
[AV_PIX_FMT_AYUV64LE] = { 1, 0},
};
int sws_isSupportedInput(enum AVPixelFormat pix_fmt)