mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2026-08-09 01:21:06 +00:00
lavc/vorbisdsp: use ptrdiff_t rather than intptr_t
... for a difference between pointers.
This commit is contained in:
committed by
James Almer
parent
bbf045aa59
commit
b52034270a
@@ -25,7 +25,7 @@
|
||||
#include "libavcodec/vorbisdsp.h"
|
||||
|
||||
void ff_vorbis_inverse_coupling_neon(float *mag, float *ang,
|
||||
intptr_t blocksize);
|
||||
ptrdiff_t blocksize);
|
||||
|
||||
av_cold void ff_vorbisdsp_init_arm(VorbisDSPContext *c)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user