avcodec: remove avcodec-fast support
commit312c06ef52d8744b596c5deb56a8ac28bca47588
authorMarvin Scholz <epirat07@gmail.com>
Thu, 4 Jun 2020 22:09:07 +0000 (5 00:09 +0200)
committerMarvin Scholz <epirat07@gmail.com>
Wed, 10 Jun 2020 12:51:07 +0000 (10 14:51 +0200)
treec21159454df6a9bc43982bc65265ea7872fa94e1
parentd309915f9eaea94cd24edf39ef8c2fb1d0d524e7
avcodec: remove avcodec-fast support

The avcodec-fast option, if enabled, sets the AV_CODEC_FLAG2_FAST
option. Using AV_CODEC_FLAG2_FAST can cause use of unsafe code in
avcodec which could lead to crashes.
modules/codec/avcodec/avcodec.c
modules/codec/avcodec/avcodec.h
modules/codec/avcodec/video.c