mirror of https://github.com/mpv-player/mpv
Cosmetics
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@21914 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
parent
ba63e7b28d
commit
cc05fc22e8
|
@ -81,8 +81,8 @@ static int demux_gif_fill_buffer(demuxer_t *demuxer, demux_stream_t *ds)
|
|||
if (p[0] == 4) // is the length correct?
|
||||
{
|
||||
transparency = p[1] & 1;
|
||||
frametime = (p[3] << 8) | p[2]; // set the time, centiseconds
|
||||
refmode = (p[1] >> 2) & 3;
|
||||
frametime = (p[3] << 8) | p[2]; // set the time, centiseconds
|
||||
transparent_col = p[4];
|
||||
}
|
||||
priv->current_pts += frametime;
|
||||
|
|
Loading…
Reference in New Issue