vout: remove unncessary lock in vout_HoldPicture()
picture_Hold() is reentrant anyway. The vout picture lock protects the decoder pool. The decoder pool may be modified by picture_Release() but not by picture_Hold().
Showing
Please register or sign in to comment