FFmpeg
|
#include <avcodec.h>
Data Fields | |
void * | priv_data |
struct AVBitStreamFilter * | filter |
AVCodecParserContext * | parser |
struct AVBitStreamFilterContext * | next |
char * | args |
Internal default arguments, used if NULL is passed to av_bitstream_filter_filter(). More... | |
void* AVBitStreamFilterContext::priv_data |
Definition at line 5139 of file avcodec.h.
Referenced by aac_adtstoasc_filter(), av_bitstream_filter_close(), av_bitstream_filter_init(), h264_mp4toannexb_filter(), h264_mp4toannexb_filter_close(), hevc_mp4toannexb_close(), hevc_mp4toannexb_filter(), mpeg4_unpack_bframes_close(), mpeg4_unpack_bframes_filter(), and noise().
struct AVBitStreamFilter* AVBitStreamFilterContext::filter |
Definition at line 5140 of file avcodec.h.
Referenced by av_apply_bitstream_filters(), av_bitstream_filter_close(), av_bitstream_filter_filter(), av_bitstream_filter_init(), and log_slave().
AVCodecParserContext* AVBitStreamFilterContext::parser |
Definition at line 5141 of file avcodec.h.
Referenced by av_bitstream_filter_close(), and remove_extradata().
struct AVBitStreamFilterContext* AVBitStreamFilterContext::next |
Definition at line 5142 of file avcodec.h.
Referenced by av_apply_bitstream_filters(), close_slaves(), ff_stream_add_bitstream_filter(), ffmpeg_cleanup(), filter_packet(), log_slave(), new_output_stream(), and parse_bsfs().
char* AVBitStreamFilterContext::args |
Internal default arguments, used if NULL is passed to av_bitstream_filter_filter().
Not for access by library users.
Definition at line 5147 of file avcodec.h.
Referenced by av_bitstream_filter_close(), av_bitstream_filter_filter(), ff_stream_add_bitstream_filter(), and new_output_stream().