diff options
author | James Almer <jamrial@gmail.com> | 2018-08-17 15:17:59 -0300 |
---|---|---|
committer | James Almer <jamrial@gmail.com> | 2018-08-17 15:17:59 -0300 |
commit | 728760de350c45daffb404affca87d3287740d46 (patch) | |
tree | adea565e1e27061b8c4e1781ebf2e48ae4f34457 /libavcodec/libaomdec.c | |
parent | 8d5604a69aaa5e9ce6e930fcae6bab7e3f016841 (diff) | |
download | ffmpeg-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.c | 1 |
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", }; |