]> git.sesse.net Git - ffmpeg/blobdiff - libavfilter/vf_overlay_qsv.c
avfilter/af_amix: change the max range of the number of inputs
[ffmpeg] / libavfilter / vf_overlay_qsv.c
index 9aabb594ba9e2efc9d32ff764472fce4a167d4a9..2a4dc5cb58d730bc22efa838f6f5a6387f937f01 100644 (file)
@@ -345,7 +345,7 @@ static int overlay_qsv_init(AVFilterContext *ctx)
     return 0;
 }
 
-static void overlay_qsv_uninit(AVFilterContext *ctx)
+static av_cold void overlay_qsv_uninit(AVFilterContext *ctx)
 {
     QSVOverlayContext *vpp = ctx->priv;