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:
blizzard%redhat.com 2000-05-24 23:12:00 +00:00
parent c0e639cf21
commit 8821148730

View File

@ -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 */