plexinc / plex-media-player

Next generation Plex Desktop/Embedded Client
GNU General Public License v2.0
1.16k stars 170 forks source link

player: replaces opengl-cb with the libmpv Render API #999

Closed mhitchens closed 3 years ago

mhitchens commented 3 years ago

mpv 0.33 removes compatibility for the deprecated opengl-cb API. This change removes usages of opengl-cb and migrates to libmpv's Render API, as prescribed by mpv's developers.

This fixes the segmentation fault reported in #997.

rcombs commented 3 years ago

Applied as 5430cd807250a8f7329baad76b15a363f35b53fa, thanks much!