mirror of https://github.com/mpv-player/mpv
increment is a signed number (-1 or +1)
patch by Michael.Lampe@iwr.uni-heidelberg.de git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@9606 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
parent
3c236a9660
commit
43b1d91aed
|
@ -49,7 +49,7 @@ typedef struct
|
|||
unsigned char bpp;
|
||||
unsigned char origin; /* 0 = lower left, 1 = upper left */
|
||||
unsigned short start_row;
|
||||
unsigned short increment;
|
||||
short increment;
|
||||
} TGAInfo;
|
||||
|
||||
static unsigned int out_fmt = 0;
|
||||
|
|
Loading…
Reference in New Issue