int->unsigned to avoid crash to sign extension, partially fixes bug #580

git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@19958 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
reimar 2006-09-23 16:43:57 +00:00
parent 830063b190
commit b6d6af240c
1 changed files with 1 additions and 1 deletions

View File

@ -840,7 +840,7 @@ got_video:
// frames are stored fragmented in the video chunks :(
sh_video_t *sh_video = ds->sh;
demux_packet_t *dp;
int vpkg_header, vpkg_length, vpkg_offset;
unsigned vpkg_header, vpkg_length, vpkg_offset;
int vpkg_seqnum=-1;
int vpkg_subseq=0;