mirror of
https://git.ffmpeg.org/ffmpeg.git
synced 2025-12-11 17:30:00 +01:00
Merge commit '06edef3d5e072ef3c4face9ce946d2d9c36cc477'
* commit '06edef3d5e072ef3c4face9ce946d2d9c36cc477': Generate the lists of enabled protocols/bsfs from configure. Merged-by: Derek Buitenhuis <derek.buitenhuis@gmail.com>
This commit is contained in:
@@ -41,57 +41,7 @@ extern const AVBitStreamFilter ff_remove_extradata_bsf;
|
||||
extern const AVBitStreamFilter ff_text2movsub_bsf;
|
||||
extern const AVBitStreamFilter ff_vp9_superframe_bsf;
|
||||
|
||||
static const AVBitStreamFilter *bitstream_filters[] = {
|
||||
#if CONFIG_AAC_ADTSTOASC_BSF
|
||||
&ff_aac_adtstoasc_bsf,
|
||||
#endif
|
||||
#if CONFIG_CHOMP_BSF
|
||||
&ff_chomp_bsf,
|
||||
#endif
|
||||
#if CONFIG_DUMP_EXTRADATA_BSF
|
||||
&ff_dump_extradata_bsf,
|
||||
#endif
|
||||
#if CONFIG_DCA_CORE_BSF
|
||||
&ff_dca_core_bsf,
|
||||
#endif
|
||||
#if CONFIG_H264_MP4TOANNEXB_BSF
|
||||
&ff_h264_mp4toannexb_bsf,
|
||||
#endif
|
||||
#if CONFIG_HEVC_MP4TOANNEXB_BSF
|
||||
&ff_hevc_mp4toannexb_bsf,
|
||||
#endif
|
||||
#if CONFIG_IMX_DUMP_HEADER_BSF
|
||||
&ff_imx_dump_header_bsf,
|
||||
#endif
|
||||
#if CONFIG_MJPEG2JPEG_BSF
|
||||
&ff_mjpeg2jpeg_bsf,
|
||||
#endif
|
||||
#if CONFIG_MJPEGA_DUMP_HEADER_BSF
|
||||
&ff_mjpega_dump_header_bsf,
|
||||
#endif
|
||||
#if CONFIG_MP3_HEADER_DECOMPRESS_BSF
|
||||
&ff_mp3_header_decompress_bsf,
|
||||
#endif
|
||||
#if CONFIG_MPEG4_UNPACK_BFRAMES_BSF
|
||||
&ff_mpeg4_unpack_bframes_bsf,
|
||||
#endif
|
||||
#if CONFIG_MOV2TEXTSUB_BSF
|
||||
&ff_mov2textsub_bsf,
|
||||
#endif
|
||||
#if CONFIG_NOISE_BSF
|
||||
&ff_noise_bsf,
|
||||
#endif
|
||||
#if CONFIG_REMOVE_EXTRADATA_BSF
|
||||
&ff_remove_extradata_bsf,
|
||||
#endif
|
||||
#if CONFIG_TEXT2MOVSUB_BSF
|
||||
&ff_text2movsub_bsf,
|
||||
#endif
|
||||
#if CONFIG_VP9_SUPERFRAME_BSF
|
||||
&ff_vp9_superframe_bsf,
|
||||
#endif
|
||||
NULL,
|
||||
};
|
||||
#include "libavcodec/bsf_list.c"
|
||||
|
||||
const AVBitStreamFilter *av_bsf_next(void **opaque)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user