summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorUoti Urpala <uau@mplayer2.org>2012-07-12 19:04:57 +0300
committerUoti Urpala <uau@mplayer2.org>2012-07-16 21:08:42 +0300
commit0a1fc392b4cc45985d95eb6563f496a74bb3b306 (patch)
tree62f01cffd5864c1d1f627db499d2e5999d863246 /Makefile
parent2ba8b91a97e7e873a522f365e41a293af980c91a (diff)
downloadmpv-0a1fc392b4cc45985d95eb6563f496a74bb3b306.tar.bz2
mpv-0a1fc392b4cc45985d95eb6563f496a74bb3b306.tar.xz
vo_vdpau: fix possible crash after preemption
Preemption recovery code could change the vc->vdp pointer when recreating the VDPAU device. However, some other code cached the value of vc->vdp in local variables over calls to handle_preemption(), and could then crash when using the stale value later. Make the device creation code keep the same vc->vdp instead of freeing and reallocating it, so that the old pointer value is never invalidated now.
Diffstat (limited to 'Makefile')
0 files changed, 0 insertions, 0 deletions