[FFmpeg-cvslog] Revert "avcodec/libaomdec: auto insert dump_extra bitstream filter"

James Almer git at videolan.org
Fri Aug 17 21:19:32 EEST 2018


ffmpeg | branch: master | James Almer <jamrial at gmail.com> | Fri Aug 17 15:17:59 2018 -0300| [728760de350c45daffb404affca87d3287740d46] | committer: James Almer

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.

> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=728760de350c45daffb404affca87d3287740d46
---

 configure              | 1 -
 libavcodec/libaomdec.c | 1 -
 2 files changed, 2 deletions(-)

diff --git a/configure b/configure
index beeeff7862..9b5421d5a8 100755
--- a/configure
+++ b/configure
@@ -3049,7 +3049,6 @@ h264_videotoolbox_encoder_select="videotoolbox_encoder"
 hevc_videotoolbox_encoder_deps="pthreads"
 hevc_videotoolbox_encoder_select="videotoolbox_encoder"
 libaom_av1_decoder_deps="libaom"
-libaom_av1_decoder_select="dump_extradata_bsf"
 libaom_av1_encoder_deps="libaom"
 libaom_av1_encoder_select="extract_extradata_bsf"
 libcelt_decoder_deps="libcelt"
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",
 };



More information about the ffmpeg-cvslog mailing list