From: Gwenole Beauchesne Date: Fri, 11 May 2012 15:04:10 +0000 (+0200) Subject: jpeg: cosmetics (vertical align). X-Git-Tag: accepted/trunk/20120822.013104~64 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=8a7f92b00c80e6f619ace4e1481ad0c9abfa10dc;p=profile%2Fivi%2Flibva.git jpeg: cosmetics (vertical align). Signed-off-by: Gwenole Beauchesne --- diff --git a/va/va_dec_jpeg.h b/va/va_dec_jpeg.h index 53f1769..a4dd6df 100644 --- a/va/va_dec_jpeg.h +++ b/va/va_dec_jpeg.h @@ -75,11 +75,11 @@ typedef struct _VAPictureParameterBufferJPEG { /** @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; + 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. */