projects
/
ffmpeg.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
SBR DSP: use intptr_t for the ixh parameter.
[ffmpeg.git]
/
libavcodec
/
sbrdsp.c
diff --git
a/libavcodec/sbrdsp.c
b/libavcodec/sbrdsp.c
index
2711e71
..
aef894a
100644
(file)
--- a/
libavcodec/sbrdsp.c
+++ b/
libavcodec/sbrdsp.c
@@
-151,7
+151,7
@@
static void sbr_hf_gen_c(float (*X_high)[2], const float (*X_low)[2],
}
static void sbr_hf_g_filt_c(float (*Y)[2], const float (*X_high)[40][2],
- const float *g_filt, int m_max, int ixh)
+ const float *g_filt, int m_max, int
ptr_t
ixh)
{
int m;