diff options
| author | Mickael Savinaud <savmickael@users.noreply.github.com> | 2012-10-03 12:43:15 +0000 |
|---|---|---|
| committer | Mickael Savinaud <savmickael@users.noreply.github.com> | 2012-10-03 12:43:15 +0000 |
| commit | bd2c6cfa558682b9ba3e0e4cfa71231cd4d71564 (patch) | |
| tree | 1da0f8549b2a18b024124536569b4f9e2ee61fe1 /src/lib/openjp2/pi.h | |
| parent | bd74db932e21e226fa1f33966e925227dfe06db7 (diff) | |
[trunk] replace pi_next by opj_pi_next
Diffstat (limited to 'src/lib/openjp2/pi.h')
| -rw-r--r-- | src/lib/openjp2/pi.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/openjp2/pi.h b/src/lib/openjp2/pi.h index cae0f88a..061e3e20 100644 --- a/src/lib/openjp2/pi.h +++ b/src/lib/openjp2/pi.h @@ -207,7 +207,7 @@ Modify the packet iterator to point to the next packet @param pi Packet iterator to modify @return Returns false if pi pointed to the last packet or else returns true */ -opj_bool pi_next(opj_pi_iterator_t * pi); +opj_bool opj_pi_next(opj_pi_iterator_t * pi); /* ----------------------------------------------------------------------- */ /*@}*/ |
