diff options
author | Michael Niedermayer <michaelni@gmx.at> | 2008-08-21 22:41:20 +0000 |
---|---|---|
committer | Michael Niedermayer <michaelni@gmx.at> | 2008-08-21 22:41:20 +0000 |
commit | 5038ecb1f17099ad9dc1d1e79516d9f6550e1ebd (patch) | |
tree | e9eb42f2d97b27cf45c6fdd2e955df5876c4041d /libavcodec/acelp_filters.h | |
parent | 2bbd3434bc54f693fe8e7aa90c31e2d9b5771f69 (diff) | |
download | ffmpeg-5038ecb1f17099ad9dc1d1e79516d9f6550e1ebd.tar.gz |
Rename subframe_size to a name that is not specific to some specific use
of ff_acelp_convolve_circ()
Originally committed as revision 14894 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavcodec/acelp_filters.h')
-rw-r--r-- | libavcodec/acelp_filters.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libavcodec/acelp_filters.h b/libavcodec/acelp_filters.h index 6436e10d18..324be3b63d 100644 --- a/libavcodec/acelp_filters.h +++ b/libavcodec/acelp_filters.h @@ -75,7 +75,7 @@ void ff_acelp_convolve_circ( int16_t* fc_out, const int16_t* fc_in, const int16_t* filter, - int subframe_size); + int len); /** * LP synthesis filter. |