add interlacebuf to ipng_struct that was missed on pnunn's checkin. should fix impending redness. a=leaf
git-svn-id: svn://10.0.0.236/trunk@70763 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
parent
c0e639cf21
commit
8821148730
@ -48,6 +48,7 @@ typedef struct ipng_str {
|
||||
int channels; /* color channels (3 or 4) */
|
||||
PRUint8 *rgbrow; /* RGB row buffer (3*width bytes) */
|
||||
PRUint8 *alpharow; /* alpha row buffer (width bytes) */
|
||||
PRUint8 *interlacebuf; /* interlace buffer */
|
||||
|
||||
/* One scanline's worth of post-processed sample data */
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user