Am 18.01.2018 um 07:52 schrieb Yogender Gupta:
Improved the patch by dynamic allocation.

Thanks,
Yogender


> @@ -1072,6 +1083,8 @@ static void cuvid_flush(AVCodecContext *avctx)
>      if (ret < 0)
>          goto error;
>
> +    av_free(ctx->key_frame);
> +
>      ctx->prev_pts = INT64_MIN;
>      ctx->decoder_flushing = 0;
>
> --
> 2.10.1.windows.1
>

I guess you meant to put that into cuvid_decode_end, and not cuvid_flush.
Will push soonish with it moved there.


Thanks,
Timo

Attachment: smime.p7s
Description: S/MIME Cryptographic Signature

_______________________________________________
ffmpeg-devel mailing list
ffmpeg-devel@ffmpeg.org
http://ffmpeg.org/mailman/listinfo/ffmpeg-devel

Reply via email to