[FFmpeg-soc] [soc]: r1202 - in jpeg2000: j2kdec.c j2kenc.c
k.nowosad
subversion at mplayerhq.hu
Mon Aug 27 14:18:19 CEST 2007
Author: k.nowosad
Date: Mon Aug 27 14:18:19 2007
New Revision: 1202
Log:
replaced unclear comment
Modified:
jpeg2000/j2kdec.c
jpeg2000/j2kenc.c
Modified: jpeg2000/j2kdec.c
==============================================================================
--- jpeg2000/j2kdec.c (original)
+++ jpeg2000/j2kdec.c Mon Aug 27 14:18:19 2007
@@ -48,7 +48,7 @@ typedef struct {
int width, height; ///< image width and height
int image_offset_x, image_offset_y;
int tile_offset_x, tile_offset_y;
- uint8_t cbps[4]; ///< numbps in components
+ uint8_t cbps[4]; ///< bits per sample in particular components
uint8_t sgnd[4]; ///< if a component is signed
uint8_t properties[4];
Modified: jpeg2000/j2kenc.c
==============================================================================
--- jpeg2000/j2kenc.c (original)
+++ jpeg2000/j2kenc.c Mon Aug 27 14:18:19 2007
@@ -50,7 +50,7 @@ typedef struct {
AVFrame *picture;
int width, height; ///< image width and height
- uint8_t cbps[4]; ///< numbps in components
+ uint8_t cbps[4]; ///< bits per sample in particular components
int ncomponents;
int tile_width, tile_height; ///< tile size
int numXtiles, numYtiles;
More information about the FFmpeg-soc
mailing list