VAAPI vout: release picture itself when refcount reaches 0
The PictureRelease function is being overriden by the vaapi_vout module, but forgot to release the associated picture when refcount reached zero. This results in a memory leak for the pictures. The memleak is solved by this patch.
Showing
Please register or sign in to comment