fixup! lavu: add RKMPP hwcontext

revert to the old behavior.

Signed-off-by: nyanmisaka <nst799610810@gmail.com>
This commit is contained in:
nyanmisaka 2025-05-31 18:01:02 +08:00
parent 1a12af1ad3
commit 40e7554d27

View file

@ -460,7 +460,6 @@ static int rkmpp_map_frame(AVHWFramesContext *hwfc,
dst->width = src->width;
dst->height = src->height;
dst->hw_frames_ctx = NULL;
err = ff_hwframe_map_create(src->hw_frames_ctx, dst, src,
&rkmpp_unmap_frame, map);