dvy
3rd April 2010, 19:35
#2122 line
ALIGNED_4( int16_t mvc[2][2] );
and #2151 line
CP32( mvc[0], lX->mvc[i_ref][0] );
CP32( mvc[1], lX->mvc[i_ref][i+1] );
CP32( mvc[2], lX->mvc[i_ref][i+3] );
I compile in debug mode with icl,encode video file, it caused stack var incorrect exception,but I compile in gcc it isn't exception.
I change mvc[2][2] to mvc[3][2] ,it is ok.
ALIGNED_4( int16_t mvc[2][2] );
and #2151 line
CP32( mvc[0], lX->mvc[i_ref][0] );
CP32( mvc[1], lX->mvc[i_ref][i+1] );
CP32( mvc[2], lX->mvc[i_ref][i+3] );
I compile in debug mode with icl,encode video file, it caused stack var incorrect exception,but I compile in gcc it isn't exception.
I change mvc[2][2] to mvc[3][2] ,it is ok.