#include <avformat.h>
Data Fields | |
const char * | filename |
unsigned char * | buf |
Buffer must have AVPROBE_PADDING_SIZE of extra allocated bytes filled with zero. | |
int | buf_size |
Size of buf except extra allocated bytes. |
Definition at line 332 of file avformat.h.
unsigned char* AVProbeData::buf |
Buffer must have AVPROBE_PADDING_SIZE of extra allocated bytes filled with zero.
Definition at line 334 of file avformat.h.
Referenced by ac3_eac3_probe(), adts_aac_probe(), aea_read_probe(), aiff_probe(), amr_probe(), apc_probe(), ape_probe(), asf_probe(), au_probe(), av_probe_input_buffer(), av_probe_input_format3(), avi_probe(), avs_probe(), bfi_probe(), cavsvideo_probe(), cdata_probe(), cin_probe(), dfa_probe(), dirac_probe(), dnxhd_probe(), dts_probe(), dv_probe(), dxa_probe(), ea_probe(), ffm_probe(), film_probe(), flac_probe(), flic_probe(), flv_probe(), fourxm_probe(), gxf_probe(), h261_probe(), h263_probe(), h264_probe(), hls_probe(), idcin_probe(), iff_probe(), ilbc_probe(), ipmovie_probe(), iss_probe(), jacosub_probe(), lmlm4_probe(), loas_probe(), lxf_probe(), main(), matroska_probe(), microdvd_probe(), mmf_probe(), mov_probe(), mp3_read_probe(), mpc8_probe(), mpc_probe(), mpeg4video_probe(), mpegps_probe(), mpegts_probe(), mpegvideo_probe(), msnwc_tcp_probe(), mtv_probe(), mxf_probe(), nc_probe(), nsv_probe(), nut_probe(), nuv_probe(), ogg_probe(), oma_read_probe(), pmp_probe(), probe(), probe_codec(), pva_probe(), qcp_probe(), r3d_probe(), read_gab2_sub(), read_probe(), realtext_probe(), rl2_probe(), rm_probe(), roq_probe(), rpl_probe(), sami_probe(), sbg_read_probe(), seq_probe(), siff_probe(), smacker_probe(), smjpeg_probe(), smush_read_probe(), sol_probe(), sox_probe(), spdif_probe(), srt_probe(), str_probe(), subviewer_probe(), swf_probe(), thp_probe(), tmv_probe(), tta_probe(), txd_probe(), vc1t_probe(), vid_probe(), vmd_probe(), voc_probe(), vqf_probe(), wc3_probe(), webvtt_probe(), wsaud_probe(), wsvqa_probe(), wv_probe(), xa_probe(), xmv_probe(), xwma_probe(), yop_probe(), and yuv4_probe().
Size of buf except extra allocated bytes.
Definition at line 335 of file avformat.h.
Referenced by ac3_eac3_probe(), adts_aac_probe(), aea_read_probe(), av_probe_input_buffer(), av_probe_input_format3(), cavsvideo_probe(), dfa_probe(), dnxhd_probe(), dts_probe(), dv_probe(), dxa_probe(), flac_probe(), flic_probe(), h261_probe(), h263_probe(), h264_probe(), idcin_probe(), ipmovie_probe(), jacosub_probe(), loas_probe(), main(), matroska_probe(), mov_probe(), mp3_read_probe(), mpc8_probe(), mpeg4video_probe(), mpegps_probe(), mpegts_probe(), mpegvideo_probe(), msnwc_tcp_probe(), mtv_probe(), mxf_probe(), nc_probe(), nsv_probe(), nut_probe(), oma_read_probe(), probe(), probe_codec(), pva_probe(), read_probe(), sbg_read_probe(), seq_probe(), set_codec_from_probe_data(), spdif_probe(), str_probe(), vc1t_probe(), vmd_probe(), wc3_probe(), wsaud_probe(), wsvqa_probe(), wv_probe(), xa_probe(), and xmv_probe().
const char* AVProbeData::filename |
Definition at line 333 of file avformat.h.
Referenced by av_probe_input_format3(), main(), nsv_probe(), read_probe(), rtsp_probe(), and sap_probe().