summaryrefslogtreecommitdiff
path: root/libavformat/oggdec.h
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.h
parent88567a2e523d63fadb7eac839e2fbe46d065cd56 (diff)
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.h')
-rw-r--r--libavformat/oggdec.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/libavformat/oggdec.h b/libavformat/oggdec.h
index e2057c46f6..629a1d6262 100644
--- a/libavformat/oggdec.h
+++ b/libavformat/oggdec.h
@@ -115,7 +115,6 @@ struct ogg {
#define OGG_NOGRANULE_VALUE (-1ull)
extern const struct ogg_codec ff_celt_codec;
-extern const struct ogg_codec ff_daala_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;