From 979f0e1f66a3c75cc4a2d06c606dc12de6989eab Mon Sep 17 00:00:00 2001 From: Gwenole Beauchesne Date: Thu, 26 Jul 2012 00:13:32 +0200 Subject: [PATCH] jpeg: drop JPEG-2000 fields from structures for Baseline profile. Signed-off-by: Gwenole Beauchesne --- va/va_dec_jpeg.h | 12 ------------ 1 file changed, 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; /** -- 2.7.4