]> git.sesse.net Git - ffmpeg/blobdiff - libavcodec/rv34.h
Implement a SIMD version of emulated_edge_mc() for x86.
[ffmpeg] / libavcodec / rv34.h
index fdf95af609cc3b31902954ac5e1a7b9a16533cea..24a27ce4824e17d608913ed316a795086b6c0cc7 100644 (file)
@@ -20,7 +20,7 @@
  */
 
 /**
- * @file libavcodec/rv34.h
+ * @file
  * RV30 and RV40 decoder common data declarations
  */
 
@@ -111,7 +111,7 @@ typedef struct RV34DecContext{
     int      *deblock_coefs; ///< deblock coefficients for each macroblock
 
     /** 8x8 block available flags (for MV prediction) */
-    DECLARE_ALIGNED_8(uint32_t, avail_cache)[3*4];
+    DECLARE_ALIGNED(8, uint32_t, avail_cache)[3*4];
 
     int (*parse_slice_header)(struct RV34DecContext *r, GetBitContext *gb, SliceInfo *si);
     int (*decode_mb_info)(struct RV34DecContext *r);