FFmpeg
|
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... | |
This structure contains the data a format has to probe a file.
Definition at line 451 of file avformat.h.
const char* AVProbeData::filename |
Definition at line 452 of file avformat.h.
Referenced by av_probe_input_format3(), ff_img_read_header(), ff_img_read_packet(), and main().
unsigned char* AVProbeData::buf |
Buffer must have AVPROBE_PADDING_SIZE of extra allocated bytes filled with zero.
Definition at line 453 of file avformat.h.
Referenced by asf_probe(), av_probe_input_buffer2(), av_probe_input_format3(), ff_free_stream(), ff_img_read_header(), ff_img_read_packet(), lmlm4_probe(), main(), mpeg4video_probe(), nc_probe(), pdv_probe(), probe_codec(), pva_probe(), qcp_probe(), read_gab2_sub(), read_probe(), ser_probe(), txd_probe(), vqf_probe(), yop_probe(), and yuv4_probe().
int AVProbeData::buf_size |
Size of buf except extra allocated bytes.
Definition at line 454 of file avformat.h.
Referenced by av_probe_input_buffer2(), av_probe_input_format3(), ff_img_read_header(), ff_img_read_packet(), main(), mpeg4video_probe(), nc_probe(), probe_codec(), pva_probe(), read_probe(), and set_codec_from_probe_data().
const char* AVProbeData::mime_type |
mime_type, when known.
Definition at line 455 of file avformat.h.
Referenced by av_probe_input_buffer2(), and av_probe_input_format3().