[MPlayer-dev-eng] [BUG] Assumption about signedness of char in roqav.c

Morten Hustveit morten at debian.org
Sun Feb 9 22:36:21 CET 2003


The chars mean_motion_x and mean_motion_y are defined on line 292 and 293 in 
libmpcodecs/native/roqav.c..  These should be explicitily signed, since char 
defaults to unsigned on many architectures.  In the current state, the video 
output is garbled on those architectures.


More information about the MPlayer-dev-eng mailing list