Skip to content
Snippets Groups Projects
Commit 17ae978a authored by Xiang Li's avatar Xiang Li
Browse files

Merge branch 'gcc7-workaround' into 'master'

Fix for ticket #332: Work around gcc7 compile issue

See merge request !614
parents 196e6d7a 1905e3b2
No related branches found
No related tags found
1 merge request!614Fix for ticket #332: Work around gcc7 compile issue
Pipeline #1725 passed
......@@ -80,7 +80,7 @@ struct AffineMVInfo
typedef struct
{
Mv acMvAffine4Para[2][2];
Mv acMvAffine4Para[2][3];
Mv acMvAffine6Para[2][3];
int16_t affine4ParaRefIdx[2];
int16_t affine6ParaRefIdx[2];
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment