Author: conrad Date: Mon Nov 10 04:12:06 2008 New Revision: 3796 Log: Cosmetics: Keep brace on the same line for struct definitions Modified: dirac/libavcodec/dirac.h Modified: dirac/libavcodec/dirac.h ============================================================================== --- dirac/libavcodec/dirac.h (original) +++ dirac/libavcodec/dirac.h Mon Nov 10 04:12:06 2008 @@ -66,8 +66,7 @@ typedef struct { (((size + (1 << depth) - 1) >> depth) << depth) -typedef struct -{ +typedef struct { /* Information about the frames. */ unsigned int luma_width; ///< the luma component width unsigned int luma_height; ///< the luma component height @@ -110,8 +109,7 @@ typedef struct float k_b; /* XXX: ??? */ } dirac_source_params; -struct decoding_parameters -{ +struct decoding_parameters { uint8_t wavelet_depth; ///< depth of the IDWT uint8_t luma_xbsep;
participants (1)
-
conrad