Commit 085a2eb8 authored by Mark Thompson's avatar Mark Thompson

Merge commit '8ca39b85'

* commit '8ca39b85':
  qsv: Default PicStruct to progressive
Merged-by: 's avatarMark Thompson <sw@jkqxz.net>
parents 8218249f 8ca39b85
......@@ -313,6 +313,7 @@ static int qsv_init_surface(AVHWFramesContext *ctx, mfxFrameSurface1 *surf)
surf->Info.CropH = ctx->height;
surf->Info.FrameRateExtN = 25;
surf->Info.FrameRateExtD = 1;
surf->Info.PicStruct = MFX_PICSTRUCT_PROGRESSIVE;
return 0;
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment