Signed-off-by: ziyugao <gaoziyu0614@outlook.com>
This commit is contained in:
ziyugao 2024-05-16 08:59:50 +00:00
parent 70c28dba3f
commit b8cc51b48b

View File

@ -945,4 +945,3 @@ int ff_hwframe_map_replace(AVFrame *dst, const AVFrame *src)
av_frame_unref(hwmap->source);
return av_frame_ref(hwmap->source, src);
}