summaryrefslogtreecommitdiff
path: root/libavformat/oggdec.c
diff options
context:
space:
mode:
authorLynne <dev@lynne.ee>2020-05-22 10:30:41 +0100
committerLynne <dev@lynne.ee>2020-05-23 19:07:20 +0100
commit9576e49b40f335de091e9f77c71e4bc2f638d224 (patch)
tree371595f458216fccf342c93a6b49da0c7b9a4e79 /libavformat/oggdec.c
parent88567a2e523d63fadb7eac839e2fbe46d065cd56 (diff)
downloadffmpeg-9576e49b40f335de091e9f77c71e4bc2f638d224.tar.gz
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.
Diffstat (limited to 'libavformat/oggdec.c')
-rw-r--r--libavformat/oggdec.c1
1 files changed, 0 insertions, 1 deletions
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,