Skip to content
Snippets Groups Projects
Commit fb32f31a authored by Mans Rullgard's avatar Mans Rullgard
Browse files

svq3: fix pointer type warning


Fixes:
libavcodec/svq3.c:661:9: warning: passing argument 2 of 'svq3_decode_block' from incompatible pointer type
libavcodec/svq3.c:208:19: note: expected 'DCTELEM *' but argument is of type 'DCTELEM (*)[32]'

Signed-off-by: default avatarMans Rullgard <mans@mansr.com>
parent 366b72f1
No related branches found
No related tags found
No related merge requests found
Loading
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