Skip to content

[3.0] interop_vaapi: fix mem leak while pause

fengchao wei requested to merge cart/vlc:cart/vlc-opengl-vaapi into 3.0.x

The vaegl_release_last_pic function is only called when pic != priv->last.pic, but vaegl_image_create is always called.

When the video is paused, it quickly exhausts the GPU memory.

Merge request reports

Loading