From 9576e49b40f335de091e9f77c71e4bc2f638d224 Mon Sep 17 00:00:00 2001 From: Lynne Date: Fri, 22 May 2020 10:30:41 +0100 Subject: oggdec: remove the oggparsedaala subdemuxer The Xiph foundation never standardized either Daala nor its mapping in Ogg, and all files that were created are undecodable without knowledge of the git hash. --- libavformat/oggdec.c | 1 - 1 file changed, 1 deletion(-) (limited to 'libavformat/oggdec.c') diff --git a/libavformat/oggdec.c b/libavformat/oggdec.c index 7dd48af66c..1a3acbb55e 100644 --- a/libavformat/oggdec.c +++ b/libavformat/oggdec.c @@ -42,7 +42,6 @@ static const struct ogg_codec * const ogg_codecs[] = { &ff_skeleton_codec, - &ff_daala_codec, &ff_dirac_codec, &ff_speex_codec, &ff_vorbis_codec, -- cgit v1.2.3