mirror of
https://github.com/mpv-player/mpv
synced 2025-03-22 03:08:33 +00:00
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:
parent
830063b190
commit
b6d6af240c
@ -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;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user