summaryrefslogtreecommitdiff
path: root/libavcodec/wmv2.h
diff options
context:
space:
mode:
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 */