summaryrefslogtreecommitdiffstats
path: root/ta
diff options
context:
space:
mode:
authorwm4 <wm4@nowhere>2016-08-20 14:11:35 +0200
committerwm4 <wm4@nowhere>2016-08-20 14:11:35 +0200
commit1a8af89b7d09ad8a84410a3d8efe1a9f695cf9a7 (patch)
tree7ba7621d1ad65ffedb8ab4afa12a92f84ef36dee /ta
parente0576294934bd35f44d57f8033909ab515f19b83 (diff)
downloadmpv-1a8af89b7d09ad8a84410a3d8efe1a9f695cf9a7.tar.bz2
mpv-1a8af89b7d09ad8a84410a3d8efe1a9f695cf9a7.tar.xz
vo: fix mismatching types in pointer operation
run_control() dereferences an uint32_t as int. Whether this is allowed depends on what uint32_t is typedefed to (dereferencing an unsigned int as int should be fine). Fix it by always using int. The uint32_t type never really made sense.
Diffstat (limited to 'ta')
0 files changed, 0 insertions, 0 deletions