From b47fb00ac0bbb3554b36bbe736f7933e5894bd69 Mon Sep 17 00:00:00 2001 From: James Zern Date: Sat, 2 Aug 2014 19:10:12 -0700 Subject: [PATCH] vp8enci.h: cosmetics: fix '*' placement associate with the type Change-Id: Icf94f11bf79f6ccee3150e27b228755f8f3f0f37 --- src/enc/vp8enci.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/enc/vp8enci.h b/src/enc/vp8enci.h index 54b7953d..ab19c077 100644 --- a/src/enc/vp8enci.h +++ b/src/enc/vp8enci.h @@ -457,10 +457,10 @@ struct VP8Encoder { VP8MBInfo* mb_info_; // contextual macroblock infos (mb_w_ + 1) uint8_t* preds_; // predictions modes: (4*mb_w+1) * (4*mb_h+1) uint32_t* nz_; // non-zero bit context: mb_w+1 - uint8_t *y_top_; // top luma samples. - uint8_t *uv_top_; // top u/v samples. + uint8_t* y_top_; // top luma samples. + uint8_t* uv_top_; // top u/v samples. // U and V are packed into 16 bytes (8 U + 8 V) - LFStats *lf_stats_; // autofilter stats (if NULL, autofilter is off) + LFStats* lf_stats_; // autofilter stats (if NULL, autofilter is off) }; //------------------------------------------------------------------------------