[Ffmpeg-devel] [PATCH] qcelp codec supporrt
Diego Biurrun
diego
Mon Dec 11 09:42:03 CET 2006
On Mon, Dec 11, 2006 at 12:21:58PM +0900, Moriyoshi Koizumi wrote:
>
> I implemented avcodec stub code that glues ffmpeg with the reference
> implementation of QCELP which is provided in the 3GPP2 project page.
>
> Any comments are welcome.
How about implementing a native decoder and encoder?
> --- ffmpeg/libavcodec/Makefile (revision 7266)
> +++ ffmpeg/libavcodec/Makefile (working copy)
> @@ -293,6 +293,57 @@
> +
> +OBJS-$(CONFIG_QCELP) += qcelp.o
> +OBJS-$(CONFIG_QCELP) += \
> + qcelp/tty/dit2a.o \
This should be aligned properly, compare the AMR entry.
Diego
More information about the ffmpeg-devel
mailing list