50 |
* exception also makes it possible to release a modified version which |
* exception also makes it possible to release a modified version which |
51 |
* carries forward this exception. |
* carries forward this exception. |
52 |
* |
* |
53 |
* $Id: global.h,v 1.18 2002-12-15 01:21:12 edgomez Exp $ |
* $Id: global.h,v 1.18.2.1 2003-04-04 22:12:07 edgomez Exp $ |
54 |
* |
* |
55 |
****************************************************************************/ |
****************************************************************************/ |
56 |
|
|
88 |
uint32_t *tail; |
uint32_t *tail; |
89 |
uint32_t *start; |
uint32_t *start; |
90 |
uint32_t length; |
uint32_t length; |
91 |
|
uint32_t initpos; |
92 |
} |
} |
93 |
Bitstream; |
Bitstream; |
94 |
|
|