diff options
| author | Francois-Olivier Devaux <fodevaux@users.noreply.github.com> | 2005-02-09 09:55:13 +0000 |
|---|---|---|
| committer | Francois-Olivier Devaux <fodevaux@users.noreply.github.com> | 2005-02-09 09:55:13 +0000 |
| commit | ed0a46eff5fdf7fb742408510649801b7bea2689 (patch) | |
| tree | d18250cd16356b57da6726c88eb5d29c7d62ff39 /libopenjpeg/j2k.h | |
| parent | 8323900f73678fb42ef33a41ab4d0e54b9b53290 (diff) | |
YUV_DFMT added
Diffstat (limited to 'libopenjpeg/j2k.h')
| -rw-r--r-- | libopenjpeg/j2k.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/libopenjpeg/j2k.h b/libopenjpeg/j2k.h index d32d6bf8..2ebdeb2c 100644 --- a/libopenjpeg/j2k.h +++ b/libopenjpeg/j2k.h @@ -50,6 +50,7 @@ #define PXM_DFMT 0 #define PGX_DFMT 1 #define BMP_DFMT 2 +#define YUV_DFMT 3 #define J2K_CP_CSTY_PRT 0x01 #define J2K_CP_CSTY_SOP 0x02 |
