OSDN Git Service

Ogg: add support for Xiph's CELT (Opus) codec.
authorNicolas George <nicolas.george@normalesup.org>
Fri, 15 Apr 2011 17:18:04 +0000 (19:18 +0200)
committerNicolas George <nicolas.george@normalesup.org>
Tue, 19 Apr 2011 13:49:32 +0000 (15:49 +0200)
commite61b83d29e1b273a7d4d1d982aac68cf26a0a3ee
treed346767d87c4d15e6bf00e25a6238e263386170e
parent484a3308903d3e9a01cbc0ba2504ef3f5850c076
Ogg: add support for Xiph's CELT (Opus) codec.

This patch also introduces CODEC_ID_CELT.

Signed-off-by: Nicolas George <nicolas.george@normalesup.org>
libavcodec/avcodec.h
libavformat/Makefile
libavformat/oggdec.c
libavformat/oggdec.h
libavformat/oggparsecelt.c [new file with mode: 0644]
libavformat/utils.c