]> git.sesse.net Git - ffmpeg/blobdiff - libswscale/utils.c
Merge commit '1c169782cae6c5c430ff62e7d7272dc9d0e8d527'
[ffmpeg] / libswscale / utils.c
index 576d8f0d5aa01c720a568389823871ad582fc410..0aef672041aac032c102fca9d49e69aca073a138 100644 (file)
@@ -246,8 +246,8 @@ static const FormatEntry format_entries[AV_PIX_FMT_NB] = {
     [AV_PIX_FMT_XYZ12BE]     = { 1, 1, 1 },
     [AV_PIX_FMT_XYZ12LE]     = { 1, 1, 1 },
     [AV_PIX_FMT_AYUV64LE]    = { 1, 1},
-    [AV_PIX_FMT_P010LE]      = { 1, 0 },
-    [AV_PIX_FMT_P010BE]      = { 1, 0 },
+    [AV_PIX_FMT_P010LE]      = { 1, 1 },
+    [AV_PIX_FMT_P010BE]      = { 1, 1 },
 };
 
 int sws_isSupportedInput(enum AVPixelFormat pix_fmt)