jpeg: drop JPEG-2000 fields from structures for Baseline profile.
authorGwenole Beauchesne <gwenole.beauchesne@intel.com>
Wed, 25 Jul 2012 22:13:32 +0000 (00:13 +0200)
committerGwenole Beauchesne <gwenole.beauchesne@intel.com>
Wed, 25 Jul 2012 22:14:51 +0000 (00:14 +0200)
Signed-off-by: Gwenole Beauchesne <gwenole.beauchesne@intel.com>
va/va_dec_jpeg.h

index f526fd2..85ab27e 100644 (file)
@@ -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;
 
 /**