Statistics
| Revision:

root / trunk / libraries / libjni-mrsid / include / jmrsid.h @ 20021

History | View | Annotate | Download (140 Bytes)

1
#ifndef _Included_jmrsid
2
#define _Included_jmrsid
3

    
4
typedef struct {
5
        lt_uint32 siz;
6
        lt_uint8* membuf;
7
        void* bufs[3];
8
}t_buffer;
9

    
10

    
11
#endif
12