diff options
Diffstat (limited to 'libavcodec/acelp_vectors.h')
-rw-r--r-- | libavcodec/acelp_vectors.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libavcodec/acelp_vectors.h b/libavcodec/acelp_vectors.h index d92f288de4..fae834dac1 100644 --- a/libavcodec/acelp_vectors.h +++ b/libavcodec/acelp_vectors.h @@ -50,7 +50,7 @@ void ff_acelp_vectors_init(ACELPVContext *c); void ff_acelp_vectors_init_mips(ACELPVContext *c); /** Sparse representation for the algebraic codebook (fixed) vector */ -typedef struct { +typedef struct AMRFixed { int n; int x[10]; float y[10]; |