Skip to content

common/i386/predict-c.c: Don't use a list initializer in the declaration#1

Open
1480c1 wants to merge 2 commits intoDistrotech:distrotech-xavsfrom
1480c1:i686
Open

common/i386/predict-c.c: Don't use a list initializer in the declaration#1
1480c1 wants to merge 2 commits intoDistrotech:distrotech-xavsfrom
1480c1:i686

Conversation

@1480c1
Copy link
Copy Markdown

@1480c1 1480c1 commented Sep 4, 2020

This will fix issues such as

common/i386/predict-c.c:34:41: error: a parameter list without types is only allowed in a function definition

extern void predict_8x8c_p_core_mmxext( src, i00, b, c );

                                        ^

Signed-off-by: Christopher Degawa <ccom@randomderp.com>
xavs_add8x8_idct8_sse2 is declared with the last arg as a pointer, but
xavs_add16x16_idct8_sse2 passes a plain uint16_t to it

Signed-off-by: Christopher Degawa <ccom@randomderp.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant