mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2024-12-23 12:43:46 +02:00
avcodec/cuvid: fix compilation with msvc11
This commit is contained in:
parent
62eafc6a6d
commit
00223132e9
@ -288,8 +288,9 @@ static int CUDAAPI cuvid_handle_picture_display(void *opaque, CUVIDPARSERDISPINF
|
||||
{
|
||||
AVCodecContext *avctx = opaque;
|
||||
CuvidContext *ctx = avctx->priv_data;
|
||||
CuvidParsedFrame parsed_frame = { *dispinfo, 0, 0 };
|
||||
CuvidParsedFrame parsed_frame = { { 0 } };
|
||||
|
||||
parsed_frame.dispinfo = *dispinfo;
|
||||
ctx->internal_error = 0;
|
||||
|
||||
if (ctx->deint_mode == cudaVideoDeinterlaceMode_Weave) {
|
||||
|
Loading…
Reference in New Issue
Block a user