Fix typos
This commit is contained in:
parent
5d56fb3115
commit
4ddc2627dd
|
@ -1601,7 +1601,7 @@ bool tcd_decode_tile(opj_tcd_t *tcd, unsigned char *src, int len, int tileno) {
|
||||||
|
|
||||||
if (l == -999) {
|
if (l == -999) {
|
||||||
eof = 1;
|
eof = 1;
|
||||||
opj_event_msg(tcd->cinfo, EVT_ERROR, "Tcd_decode_tile: incomplete bistream\n");
|
opj_event_msg(tcd->cinfo, EVT_ERROR, "Tcd_decode_tile: incomplete bitstream\n");
|
||||||
}
|
}
|
||||||
|
|
||||||
/*------------------TIER1-----------------*/
|
/*------------------TIER1-----------------*/
|
||||||
|
@ -1631,7 +1631,7 @@ bool tcd_decode_tile(opj_tcd_t *tcd, unsigned char *src, int len, int tileno) {
|
||||||
golomb_destroy(gr);
|
golomb_destroy(gr);
|
||||||
if (l == -999) {
|
if (l == -999) {
|
||||||
eof = 1;
|
eof = 1;
|
||||||
opj_event_msg(tcd->cinfo, EVT_ERROR, "Tcd_decode_tile: incomplete bistream\n");
|
opj_event_msg(tcd->cinfo, EVT_ERROR, "Tcd_decode_tile: incomplete bitstream\n");
|
||||||
}
|
}
|
||||||
*/
|
*/
|
||||||
}
|
}
|
||||||
|
|
|
@ -1386,7 +1386,7 @@ opj_bool tcd_decode_tile(opj_tcd_t *tcd, unsigned char *src, int len, int tileno
|
||||||
|
|
||||||
if (l == -999) {
|
if (l == -999) {
|
||||||
eof = 1;
|
eof = 1;
|
||||||
opj_event_msg(tcd->cinfo, EVT_ERROR, "tcd_decode: incomplete bistream\n");
|
opj_event_msg(tcd->cinfo, EVT_ERROR, "tcd_decode: incomplete bitstream\n");
|
||||||
}
|
}
|
||||||
|
|
||||||
/*------------------TIER1-----------------*/
|
/*------------------TIER1-----------------*/
|
||||||
|
|
Loading…
Reference in New Issue