From eda7571ea1a41c835e3a02fa9517e5bc67d7adce Mon Sep 17 00:00:00 2001 From: Gabriel Dume Date: Tue, 2 Sep 2014 15:28:51 -0400 Subject: wmv2: K&R formatting cosmetics Signed-off-by: Diego Biurrun --- libavcodec/wmv2.h | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'libavcodec/wmv2.h') diff --git a/libavcodec/wmv2.h b/libavcodec/wmv2.h index e01f6c115b..03a85147ad 100644 --- a/libavcodec/wmv2.h +++ b/libavcodec/wmv2.h @@ -22,8 +22,8 @@ #define AVCODEC_WMV2_H #include "avcodec.h" -#include "mpegvideo.h" #include "intrax8.h" +#include "mpegvideo.h" #include "wmv2dsp.h" #define SKIP_TYPE_NONE 0 @@ -32,7 +32,7 @@ #define SKIP_TYPE_COL 3 -typedef struct Wmv2Context{ +typedef struct Wmv2Context { MpegEncContext s; IntraX8Context x8; WMV2DSPContext wdsp; @@ -52,8 +52,8 @@ typedef struct Wmv2Context{ ScanTable abt_scantable[2]; DECLARE_ALIGNED(16, int16_t, abt_block2)[6][64]; -}Wmv2Context; +} Wmv2Context; -void ff_wmv2_common_init(Wmv2Context * w); +void ff_wmv2_common_init(Wmv2Context *w); #endif /* AVCODEC_WMV2_H */ -- cgit v1.2.3