aboutsummaryrefslogtreecommitdiffstats
path: root/contrib/python/Pillow/py2/libImaging/Raw.h
blob: 4d28fa546659cf9a8eb9d62502643188184cd062 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
/* Raw.h */

typedef struct {

    /* CONFIGURATION */

    /* Distance between lines (0=no padding) */
    int stride;

    /* PRIVATE (initialized by decoder) */

    /* Padding between lines */
    int skip;

} RAWSTATE;