#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 208 of file avformat.h.
unsigned char* AVProbeData::buf |
Buffer must have AVPROBE_PADDING_SIZE of extra allocated bytes filled with zero.
Definition at line 210 of file avformat.h.
Referenced by aea_read_probe(), aiff_probe(), amr_probe(), apc_probe(), ape_probe(), asf_probe(), au_probe(), av_open_input_file(), av_read_packet(), avi_probe(), avs_probe(), bfi_probe(), cdata_probe(), cin_probe(), dv_probe(), dxa_probe(), ea_probe(), ff_probe_input_buffer(), ffm_probe(), film_probe(), flac_probe(), flic_probe(), flv_probe(), fourxm_probe(), gxf_probe(), idcin_probe(), iff_probe(), ipmovie_probe(), iss_probe(), lmlm4_probe(), main(), matroska_probe(), mmf_probe(), mov_probe(), mpc8_probe(), mpc_probe(), mpegps_probe(), mpegts_probe(), msnwc_tcp_probe(), mtv_probe(), mxf_probe(), nc_probe(), nsv_probe(), nut_probe(), nuv_probe(), ogg_probe(), oma_read_probe(), probe(), pva_probe(), qcp_probe(), r3d_probe(), rl2_probe(), rm_probe(), roq_probe(), rpl_probe(), sdp_probe(), seq_probe(), siff_probe(), smacker_probe(), sol_probe(), sox_probe(), str_probe(), swf_probe(), thp_probe(), tmv_probe(), tta_probe(), txd_probe(), vc1t_probe(), vid_probe(), vmd_probe(), voc_probe(), vqf_probe(), wc3_probe(), wsaud_probe(), wsvqa_probe(), wv_probe(), xa_probe(), yop_probe(), and yuv4_probe().
Size of buf except extra allocated bytes.
Definition at line 211 of file avformat.h.
Referenced by aea_read_probe(), av_open_input_file(), av_read_packet(), dv_probe(), dxa_probe(), ff_probe_input_buffer(), flac_probe(), flic_probe(), idcin_probe(), ipmovie_probe(), main(), matroska_probe(), mov_probe(), mpc8_probe(), mpc_probe(), mpegps_probe(), mpegts_probe(), msnwc_tcp_probe(), mxf_probe(), nc_probe(), nsv_probe(), nut_probe(), probe(), sdp_probe(), seq_probe(), set_codec_from_probe_data(), str_probe(), tta_probe(), vc1t_probe(), vmd_probe(), wc3_probe(), wsaud_probe(), wsvqa_probe(), wv_probe(), and xa_probe().
const char* AVProbeData::filename |
Definition at line 209 of file avformat.h.
Referenced by av_open_input_file(), av_probe_input_format2(), image_probe(), main(), mpegts_probe(), and nsv_probe().