diff options
author | Vladimir Voroshilov <voroshil@gmail.com> | 2008-05-11 10:07:11 +0000 |
---|---|---|
committer | Vladimir Voroshilov <voroshil@gmail.com> | 2008-05-11 10:07:11 +0000 |
commit | 542c064d1bae296fc55c3058f3eda72df7879d4d (patch) | |
tree | 71191e000ab7f022abb5d55e78e9bae4efddc883 /libavcodec/acelp_filters.h | |
parent | 7c96587c17bd35b70b750f0356996528a3cebe62 (diff) | |
download | ffmpeg-542c064d1bae296fc55c3058f3eda72df7879d4d.tar.gz |
Update comment to version, negotiated with Diego, and
fix missing period (not latest revision of patch
was wrongly committed).
Originally committed as revision 13113 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 155a847a77..37f3a731e2 100644 --- a/libavcodec/acelp_filters.h +++ b/libavcodec/acelp_filters.h @@ -97,7 +97,7 @@ void ff_acelp_weighted_filter( * \note Two items before the top of the out buffer must contain two items from the * tail of the previous subframe. * - * \remark It is safe to pass the same array in in and out parameters + * \remark It is safe to pass the same array in in and out parameters. * * \remark AMR uses mostly the same filter (cut-off frequency 60Hz, same formula, * but constants differs in 5th sign after comma). Fortunately in |