comparison libdvdcss/device.c @ 30812:4c3685b029f7

Fix QuickTime emulated OSErr type. The OSErr type on Mac OS X is int16_t, not int32_t (see http://developer.apple.com/mac/library/documentation/QuickTime/Reference/QTRef_DataTypes/Reference/reference.html). The upper 16 bits will typically be something random (they're entirely undefined). Change the type so it's right; a few places tried to compensate for this by masking out the upper bits, but a few places also missed them, which made for unpredictable behavior.
author sesse
date Sat, 06 Mar 2010 11:12:32 +0000
parents afa2cc0166be
children 9e9595c779cf
comparison
equal deleted inserted replaced
30811:50e0f6942e43 30812:4c3685b029f7