From 20e7c8ae0a7f06c9d525a61ef1b7ac39756b1a44 Mon Sep 17 00:00:00 2001 From: Måns Rullgård Date: Wed, 26 Aug 2009 12:12:40 +0000 Subject: Remove some unnecessary alignment specifiers None of these arrays are used in ways requiring extra alignment. Originally committed as revision 19715 to svn://svn.ffmpeg.org/ffmpeg/trunk --- libavcodec/dnxhddec.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libavcodec/dnxhddec.c') diff --git a/libavcodec/dnxhddec.c b/libavcodec/dnxhddec.c index ed349d2b64..25ccd13b10 100644 --- a/libavcodec/dnxhddec.c +++ b/libavcodec/dnxhddec.c @@ -40,7 +40,7 @@ typedef struct { int last_dc[3]; DSPContext dsp; DECLARE_ALIGNED_16(DCTELEM, blocks[8][64]); - DECLARE_ALIGNED_8(ScanTable, scantable); + ScanTable scantable; const CIDEntry *cid_table; } DNXHDContext; -- cgit v1.2.3