]> git.sesse.net Git - ffmpeg/blobdiff - libavfilter/qsvvpp.c
avcodec/mpegpicture: Check size of edge_emu_buffer
[ffmpeg] / libavfilter / qsvvpp.c
index 7ee1e565b6481d1ad8777950261eb9214eb55438..06efdf50891d006fa5e93345da186388bd125e16 100644 (file)
@@ -142,7 +142,7 @@ static int pix_fmt_to_mfx_fourcc(int format)
         return MFX_FOURCC_NV12;
     case AV_PIX_FMT_YUYV422:
         return MFX_FOURCC_YUY2;
-    case AV_PIX_FMT_RGB32:
+    case AV_PIX_FMT_BGRA:
         return MFX_FOURCC_RGB4;
     }