summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorUoti Urpala <uau@glyph.nonexistent.invalid>2011-01-16 21:16:47 +0200
committerUoti Urpala <uau@glyph.nonexistent.invalid>2011-01-18 14:58:09 +0200
commitd5eaf6a820d73181f07de3387cd1c115a49648f5 (patch)
treeecdac5eacb750224b5998e88d98f66bea39d8b3d /Makefile
parentb86c9e59228c35c955d6758269755720cef78b50 (diff)
downloadmpv-d5eaf6a820d73181f07de3387cd1c115a49648f5.tar.bz2
mpv-d5eaf6a820d73181f07de3387cd1c115a49648f5.tar.xz
core: ordered chapters: fix bad subtitle parameter
mp_property_do() takes the value to set a property to through a pointer. The calling code used '&mpctx->global_sub_pos' as the pointer; however that variable could be changed during the mp_property_do() call. Use a pointer to a copy of the original value instead. I think this only caused problems if you switched subtitle tracks from a real one to "disabled" and then switched to a timeline part from another source.
Diffstat (limited to 'Makefile')
0 files changed, 0 insertions, 0 deletions