summaryrefslogtreecommitdiff
path: root/libavcodec/wmv2.h
diff options
context:
space:
mode:
authorGabriel Dume <gabriel.ddx84@gmail.com>2014-09-02 15:28:51 -0400
committerDiego Biurrun <diego@biurrun.de>2014-09-02 16:14:22 -0700
commiteda7571ea1a41c835e3a02fa9517e5bc67d7adce (patch)
treeccf8a3e074e4b50a97036a544fe98dd3b529f703 /libavcodec/wmv2.h
parent7a1d6ddd2c6b2d66fbc1afa584cf506930a26453 (diff)
wmv2: K&R formatting cosmetics
Signed-off-by: Diego Biurrun <diego@biurrun.de>
Diffstat (limited to 'libavcodec/wmv2.h')
-rw-r--r--libavcodec/wmv2.h8
1 files changed, 4 insertions, 4 deletions
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 */