[FFmpeg-devel] [PATCH] Expose QCELP's floating-point LSP-to-LPC function

Robert Swain robert.swain
Mon Aug 3 10:39:54 CEST 2009


2009/8/3 Robert Swain <robert.swain at gmail.com>:
> 2009/8/1 Michael Niedermayer <michaelni at gmx.at>:
>> On Fri, Jul 31, 2009 at 09:18:42PM +0100, Colin McQuillan wrote:
>>> move_qcelp_lsp.patch description:
>>>
>>> Expose QCELP's floating-point LSP-to-LPC function
>>> qcelp_lsp exported a single function, ff_acelp_lspd2lpc, which was not
>>> specific to qcelp. It can be kept with its fixed-point version
>>> ff_acelp_lsp2lpc in lpc.c.
>>
>> similarly ok
>
> Applied.

By the way Colin, for this patch, you should have done `svn rm
libavcodec/qcelp_lsp.c` before creating the diff, rather than just
removing the contents of the file. It was caught because we have a
pre-commit hook that prevents files from not ending in a new line
character. :)

Regards,
Rob



More information about the ffmpeg-devel mailing list