]> git.sesse.net Git - ffmpeg/blobdiff - libavfilter/qsvvpp.c
lavfi/dnn: used the format name in debug message
[ffmpeg] / libavfilter / qsvvpp.c
index b5ef74efa46d94d3c23ce7fee25c84ffdbf7d3e6..8d5ff2eb653c398361efe567394caf0f363041e6 100644 (file)
@@ -153,6 +153,7 @@ static int map_frame_to_surface(AVFrame *frame, mfxFrameSurface1 *surface)
 {
     switch (frame->format) {
     case AV_PIX_FMT_NV12:
+    case AV_PIX_FMT_P010:
         surface->Data.Y  = frame->data[0];
         surface->Data.UV = frame->data[1];
         break;