more gray formats

This commit is contained in:
byte[] 2020-05-26 21:59:00 -04:00
parent df484323e1
commit ede135e8c3
1 changed files with 3 additions and 0 deletions

View File

@ -12,7 +12,10 @@ static int validate_video_pixel_format(enum AVPixelFormat format)
{
switch (format) {
// Still image formats
case AV_PIX_FMT_YA8:
case AV_PIX_FMT_YA16:
case AV_PIX_FMT_GRAY8:
case AV_PIX_FMT_GRAY8A:
case AV_PIX_FMT_GRAY10:
case AV_PIX_FMT_GRAY12:
case AV_PIX_FMT_PAL8: