src/xvba_video_glx.c: Lock obj_output when used from put_surface_glx()
The function do_put_surface_glx() is used from the render_thread and from put_surface_glx(). Make sure it is locked since it is accessed from two threads.
Showing
Please register or sign in to comment