added the ability to specify the rate as "float" (before : integer)

This commit is contained in:
Antonin Descampe
2006-10-31 17:10:14 +00:00
parent 480021bc33
commit b565431251
6 changed files with 17 additions and 14 deletions

View File

@@ -151,7 +151,7 @@ typedef struct opj_tcp {
/** multi-component transform identifier */
int mct;
/** rates of layers */
int rates[100];
float rates[100];
/** number of progression order changes */
int numpocs;
/** indicates if a POC marker has been used O:NO, 1:YES */