vd_qtvideo: fix crash on OS X with QuickTime
commitb9ab864eecc5ec19c1716db4e5015979bc197c9e
authorreimar <reimar@b3059339-0415-0410-9bf9-f77b7e298cf2>
Wed, 13 Oct 2010 18:38:50 +0000 (13 18:38 +0000)
committerUoti Urpala <uau@glyph.nonexistent.invalid>
Tue, 2 Nov 2010 02:18:37 +0000 (2 04:18 +0200)
treeced83c03c095ed31ac6e58709a6a2884c0a5a4f3
parent79347eaedb9a3d36ddce56148e911f572b12becf
vd_qtvideo: fix crash on OS X with QuickTime

Do not call Setup_FS_Segment if the QuickTime framework is used on OSX
for decoding, even if the loader code is compiled in.
There is no point in it and since Setup_LDT_Keeper is not called before
it will actually crash on OSX due to the auto-alloc functionality not
being initialized and thus it will try to set fs to 0xffffffff.

git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@32486 b3059339-0415-0410-9bf9-f77b7e298cf2
libmpcodecs/vd_qtvideo.c