summaryrefslogtreecommitdiff
path: root/libopenjpeg/openjpeg.h
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2024-04-07 15:18:50 +0200
committerCarl Hetherington <cth@carlh.net>2024-04-07 15:18:50 +0200
commitdff786c53a9ddbc7d83f59a0f6f23ed4472e6b70 (patch)
treeda1587548bdcd9c5c7bd5ae27aca495715aecb79 /libopenjpeg/openjpeg.h
parent4233dd7e462e4972c04141e841fc4b8d91bee917 (diff)
Add numgbits option patch to simplify building.videocon-1
Diffstat (limited to 'libopenjpeg/openjpeg.h')
-rw-r--r--libopenjpeg/openjpeg.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/libopenjpeg/openjpeg.h b/libopenjpeg/openjpeg.h
index 53e9fac0..077d2ec4 100644
--- a/libopenjpeg/openjpeg.h
+++ b/libopenjpeg/openjpeg.h
@@ -278,6 +278,7 @@ typedef struct opj_cparameters {
int prcw_init[J2K_MAXRLVLS];
/** initial precinct height */
int prch_init[J2K_MAXRLVLS];
+ int numgbits;
/**@name command line encoder parameters (not used inside the library) */
/*@{*/