Skip to content

interop_vaapi: fix mem leak while pause

fengchao wei requested to merge cart/vlc:cart/vlc-openal-vaapi into master

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