git.videolan.org
/
ffmpeg.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
adx: rename struct PREV to ADXChannelState
[ffmpeg.git]
/
libavcodec
/
adxenc.c
diff --git
a/libavcodec/adxenc.c
b/libavcodec/adxenc.c
index
61ba07a
..
fde0b82
100644
(file)
--- a/
libavcodec/adxenc.c
+++ b/
libavcodec/adxenc.c
@@
-34,7
+34,8
@@
/* 18 bytes <-> 32 samples */
-static void adx_encode(unsigned char *adx,const short *wav,PREV *prev)
+static void adx_encode(unsigned char *adx,const short *wav,
+ ADXChannelState *prev)
{
int scale;
int i;