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:
arpi 2003-03-15 21:05:37 +00:00
parent 3c236a9660
commit 43b1d91aed
1 changed files with 1 additions and 1 deletions

View File

@ -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;