diff rv34.h @ 9903:305536ce781f libavcodec

RV3/4 intra types array causes alignment issues (at least on ARM5), thus change its stride and offset to always have align 4.
author kostya
date Wed, 01 Jul 2009 15:08:02 +0000
parents 54bc8a2727b0
children 34a65026fa06
line wrap: on
line diff
--- a/rv34.h	Wed Jul 01 10:36:18 2009 +0000
+++ b/rv34.h	Wed Jul 01 15:08:02 2009 +0000
@@ -85,6 +85,7 @@
     MpegEncContext s;
     int8_t *intra_types_hist;///< old block types, used for prediction
     int8_t *intra_types;     ///< block types
+    int    intra_types_stride;///< block types array stride
     const uint8_t *luma_dc_quant_i;///< luma subblock DC quantizer for intraframes
     const uint8_t *luma_dc_quant_p;///< luma subblock DC quantizer for interframes