]> git.sesse.net Git - ffmpeg/blobdiff - libavcodec/wmv2.h
Alpha: move dsputil prototypes to a header file
[ffmpeg] / libavcodec / wmv2.h
index 7ed96ced7aba7bebeb91f1bb596e4766a43ed314..c69c9f48ee01f9b835c9518082484dd1b660e9f8 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2002 The FFmpeg Project.
+ * Copyright (c) 2002 The FFmpeg Project
  *
  * This file is part of FFmpeg.
  *
@@ -50,7 +50,7 @@ typedef struct Wmv2Context{
     int hshift;
 
     ScanTable abt_scantable[2];
-    DECLARE_ALIGNED_16(DCTELEM, abt_block2[6][64]);
+    DECLARE_ALIGNED(16, DCTELEM, abt_block2)[6][64];
 }Wmv2Context;
 
 void ff_wmv2_common_init(Wmv2Context * w);