[FFmpeg-devel] [PATCH] Fix comment for acelp high-pass filter routine

Vladimir Voroshilov voroshil at gmail.com
Tue Nov 1 09:18:17 CET 2011


According to the filter code it uses two extra samples before top of
the input buffer (see "in[i-1]" and "in[i-2]")) and never touches
output buffer outside it's boundaries.

Attached patch fixes related note in routine's annotation.

-- 
Vladimir Voroshilov     mailto:voroshil at gmail.com
Jabber: voroshil at gmail.com
ICQ: 95587719
-------------- next part --------------
A non-text attachment was scrubbed...
Name: 0001-Two-extra-samples-are-required-before-top-of-the-in-.patch
Type: text/x-patch
Size: 956 bytes
Desc: not available
URL: <http://ffmpeg.org/pipermail/ffmpeg-devel/attachments/20111101/e9c0e3ac/attachment.bin>


More information about the ffmpeg-devel mailing list