mirror of
https://git.ffmpeg.org/ffmpeg.git
synced 2025-12-13 10:30:05 +01:00
MSVC-compatible __align8/__align16 declaration
patch by Steve Lhomme, steve .dot. lhomme .at. free .dot. fr Originally committed as revision 4942 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
committed by
Diego Biurrun
parent
04c669ba98
commit
68b51e58ce
@@ -49,7 +49,7 @@ typedef struct Wmv2Context{
|
||||
int hshift;
|
||||
|
||||
ScanTable abt_scantable[2];
|
||||
DCTELEM abt_block2[6][64] __align8;
|
||||
DECLARE_ALIGNED_8(DCTELEM, abt_block2[6][64]);
|
||||
}Wmv2Context;
|
||||
|
||||
static void wmv2_common_init(Wmv2Context * w){
|
||||
|
||||
Reference in New Issue
Block a user