diff options
| author | Carl Hetherington <cth@carlh.net> | 2023-04-11 22:57:11 +0200 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2023-04-11 22:57:11 +0200 |
| commit | b926b52fba5952b6e826cad9814befdb3b264f1b (patch) | |
| tree | f679e84f18f04a5731604f4d4904207bec554244 /src/j2k_transcode.h | |
| parent | 811edcecf4c9b19c5f50bde32517c2a31644b635 (diff) | |
Fix typos in variable names.
Diffstat (limited to 'src/j2k_transcode.h')
| -rw-r--r-- | src/j2k_transcode.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/j2k_transcode.h b/src/j2k_transcode.h index 52a0b46e..1e149293 100644 --- a/src/j2k_transcode.h +++ b/src/j2k_transcode.h @@ -65,7 +65,7 @@ extern std::shared_ptr<OpenJPEGImage> decompress_j2k (std::shared_ptr<const Data /** @xyz Picture to compress. Parts of xyz's data WILL BE OVERWRITTEN by libopenjpeg so xyz cannot be re-used * after this call; see opj_j2k_encode where if l_reuse_data is false it will set l_tilec->data = l_img_comp->data. */ -extern ArrayData compress_j2k (std::shared_ptr<const OpenJPEGImage>, int bandwith, int frames_per_second, bool threed, bool fourk, std::string comment = "libdcp"); +extern ArrayData compress_j2k (std::shared_ptr<const OpenJPEGImage>, int bandwidth, int frames_per_second, bool threed, bool fourk, std::string comment = "libdcp"); } |
