summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGwenole Beauchesne <gwenole.beauchesne@intel.com>2012-07-26 00:13:32 +0200
committerGwenole Beauchesne <gwenole.beauchesne@intel.com>2012-07-26 00:14:51 +0200
commit979f0e1f66a3c75cc4a2d06c606dc12de6989eab (patch)
tree3de46362789899a6da40e72b3cd1ef951467362c
parentde2df795a918d59140a737c1f364b6ba03f4272f (diff)
jpeg: drop JPEG-2000 fields from structures for Baseline profile.
Signed-off-by: Gwenole Beauchesne <gwenole.beauchesne@intel.com>
-rw-r--r--va/va_dec_jpeg.h12
1 files changed, 0 insertions, 12 deletions
diff --git a/va/va_dec_jpeg.h b/va/va_dec_jpeg.h
index f526fd2..85ab27e 100644
--- a/va/va_dec_jpeg.h
+++ b/va/va_dec_jpeg.h
@@ -72,18 +72,6 @@ typedef struct _VAPictureParameterBufferJPEGBaseline {
} components[255];
/** \brief Number of components in frame (Nf). */
unsigned char num_components;
-
- /** @name Cropping (JPEG-2000) */
- /**@{*/
- unsigned char frame_cropping_flag;
- unsigned short frame_crop_left_offset;
- unsigned short frame_crop_right_offset;
- unsigned short frame_crop_top_offset;
- unsigned short frame_crop_bottom_offset;
- /**@}*/
-
- /** \brief Rotation (JPEG-2000). See \c VA_ROTATION_xxx. */
- unsigned int rotation;
} VAPictureParameterBufferJPEGBaseline;
/**