From 4ca59d19485afce923c6f1d8ccef980011b76f50 Mon Sep 17 00:00:00 2001 From: Nicolas George Date: Mon, 26 Sep 2011 13:19:05 +0200 Subject: oggdec: add support for Xiph's CELT codec This patch also introduces CODEC_ID_CELT. Signed-off-by: Nicolas George Signed-off-by: Diego Biurrun --- libavformat/oggdec.h | 1 + 1 file changed, 1 insertion(+) (limited to 'libavformat/oggdec.h') diff --git a/libavformat/oggdec.h b/libavformat/oggdec.h index e7d1022734..184a628622 100644 --- a/libavformat/oggdec.h +++ b/libavformat/oggdec.h @@ -98,6 +98,7 @@ struct ogg { #define OGG_FLAG_BOS 2 #define OGG_FLAG_EOS 4 +extern const struct ogg_codec ff_celt_codec; extern const struct ogg_codec ff_dirac_codec; extern const struct ogg_codec ff_flac_codec; extern const struct ogg_codec ff_ogm_audio_codec; -- cgit v1.2.3