summaryrefslogtreecommitdiff
path: root/libavcodec/libaomdec.c
diff options
context:
space:
mode:
authorJames Almer <jamrial@gmail.com>2018-08-17 15:17:59 -0300
committerJames Almer <jamrial@gmail.com>2018-08-17 15:17:59 -0300
commit728760de350c45daffb404affca87d3287740d46 (patch)
treeadea565e1e27061b8c4e1781ebf2e48ae4f34457 /libavcodec/libaomdec.c
parent8d5604a69aaa5e9ce6e930fcae6bab7e3f016841 (diff)
downloadffmpeg-728760de350c45daffb404affca87d3287740d46.tar.gz
Revert "avcodec/libaomdec: auto insert dump_extra bitstream filter"
This reverts commit e45ed15594a2553056a577177591fbe55694af44. The Matroska spec was updated to not remove Sequence Header OBUs from key frames, so this is no longer needed.
Diffstat (limited to 'libavcodec/libaomdec.c')
-rw-r--r--libavcodec/libaomdec.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/libavcodec/libaomdec.c b/libavcodec/libaomdec.c
index ddfba8a023..6a2de6d47a 100644
--- a/libavcodec/libaomdec.c
+++ b/libavcodec/libaomdec.c
@@ -232,5 +232,4 @@ AVCodec ff_libaom_av1_decoder = {
.capabilities = AV_CODEC_CAP_AUTO_THREADS | AV_CODEC_CAP_DR1,
.profiles = NULL_IF_CONFIG_SMALL(ff_av1_profiles),
.wrapper_name = "libaom",
- .bsfs = "dump_extra",
};