diff options
| author | Mickael Savinaud <savmickael@users.noreply.github.com> | 2012-10-03 12:39:17 +0000 |
|---|---|---|
| committer | Mickael Savinaud <savmickael@users.noreply.github.com> | 2012-10-03 12:39:17 +0000 |
| commit | bd74db932e21e226fa1f33966e925227dfe06db7 (patch) | |
| tree | 94b26db967b9a24156e2c2a526525e5ce50b6212 /src/lib/openjp2/pi.h | |
| parent | 439337fb1b5824bd4c0eec6b40690c34bd03104a (diff) | |
[trunk] update local function of pi.c with the opj_ prefix and the new opj types
Diffstat (limited to 'src/lib/openjp2/pi.h')
| -rw-r--r-- | src/lib/openjp2/pi.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/lib/openjp2/pi.h b/src/lib/openjp2/pi.h index 4d61e4b3..cae0f88a 100644 --- a/src/lib/openjp2/pi.h +++ b/src/lib/openjp2/pi.h @@ -44,7 +44,7 @@ by some function in T2.C. /*@{*/ /** -FIXME: documentation +FIXME DOC */ typedef struct opj_pi_resolution { int pdx, pdy; @@ -52,7 +52,7 @@ typedef struct opj_pi_resolution { } opj_pi_resolution_t; /** -FIXME: documentation +FIXME DOC */ typedef struct opj_pi_comp { int dx, dy; |
