FFmpeg
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Data Fields
AVProbeData Struct Reference

This structure contains the data a format has to probe a file. More...

#include <avformat.h>

Data Fields

const char * filename
 
unsigned char * buf
 Buffer must have AVPROBE_PADDING_SIZE of extra allocated bytes filled with zero. More...
 
int buf_size
 Size of buf except extra allocated bytes. More...
 
const char * mime_type
 mime_type, when known. More...
 

Detailed Description

This structure contains the data a format has to probe a file.

Definition at line 448 of file avformat.h.

Field Documentation

const char* AVProbeData::filename
unsigned char* AVProbeData::buf

Buffer must have AVPROBE_PADDING_SIZE of extra allocated bytes filled with zero.

Definition at line 450 of file avformat.h.

Referenced by aa_probe(), ac3_eac3_probe(), adp_probe(), adts_aac_probe(), aea_read_probe(), aiff_probe(), alias_pix_read_probe(), amr_probe(), apc_probe(), ape_probe(), apng_probe(), aqt_probe(), asf_probe(), ass_probe(), ast_probe(), av_probe_input_buffer2(), av_probe_input_format3(), avi_probe(), avr_probe(), avs_probe(), bfi_probe(), bmp_probe(), brender_read_probe(), cavsvideo_probe(), cdata_probe(), cdxl_read_probe(), cin_probe(), cine_read_probe(), concat_probe(), dds_probe(), dfa_probe(), dirac_probe(), dnxhd_probe(), dpx_probe(), dsf_probe(), dss_probe(), dts_probe(), dtshd_probe(), dv_probe(), dvbsub_probe(), dxa_probe(), ea_probe(), epaf_probe(), exr_probe(), ff_free_stream(), ff_img_read_header(), ff_img_read_packet(), ffm_probe(), film_probe(), flac_probe(), flic_probe(), fourxm_probe(), frm_read_probe(), gif_probe(), gxf_probe(), h261_probe(), h263_probe(), h264_probe(), hevc_probe(), hls_probe(), hnm_probe(), idcin_probe(), iff_probe(), ilbc_probe(), ipmovie_probe(), ircam_probe(), iss_probe(), j2k_probe(), jacosub_probe(), jpeg_probe(), jpegls_probe(), lmlm4_probe(), loas_probe(), lrc_probe(), lvf_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(), mpjpeg_read_probe(), mpl2_probe(), mpsub_probe(), msnwc_tcp_probe(), mtv_probe(), mv_probe(), mxf_probe(), nc_probe(), nist_probe(), nsv_probe(), nut_probe(), nuv_probe(), ogg_probe(), oma_read_probe(), pictor_probe(), pjs_probe(), pmp_probe(), png_probe(), probe(), probe_bfstm(), probe_codec(), probe_gme(), pva_probe(), pvf_probe(), qcp_probe(), qdraw_probe(), r3d_probe(), raw_flac_probe(), read_gab2_sub(), read_probe(), realtext_probe(), redspark_probe(), rl2_probe(), rm_probe(), roq_probe(), rpl_probe(), rsd_probe(), sami_probe(), sbg_read_probe(), sdr2_probe(), seq_probe(), sgi_probe(), siff_probe(), smacker_probe(), smjpeg_probe(), smush_read_probe(), sol_probe(), sox_probe(), spdif_probe(), srt_probe(), stl_probe(), str_probe(), subviewer1_probe(), subviewer_probe(), sunrast_probe(), sup_probe(), swf_probe(), tak_probe(), tedcaptions_read_probe(), thp_probe(), tiff_probe(), tmv_probe(), tta_probe(), txd_probe(), vc1t_probe(), vid_probe(), vivo_probe(), vmd_probe(), voc_probe(), vplayer_probe(), vqf_probe(), wc3_probe(), webp_probe(), webvtt_probe(), wsaud_probe(), wsvqa_probe(), wv_probe(), xa_probe(), xmv_probe(), xwma_probe(), yop_probe(), and yuv4_probe().

int AVProbeData::buf_size
const char* AVProbeData::mime_type

mime_type, when known.

Definition at line 452 of file avformat.h.

Referenced by av_probe_input_buffer2(), and av_probe_input_format3().


The documentation for this struct was generated from the following file: