FFmpeg  2.4.3
 All Data Structures 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...
 
uint8_t * mime_type
 mime_type, when known. More...
 

Detailed Description

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

Definition at line 397 of file avformat.h.

Field Documentation

const char* AVProbeData::filename

Definition at line 398 of file avformat.h.

unsigned char* AVProbeData::buf

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

Definition at line 399 of file avformat.h.

int AVProbeData::buf_size

Size of buf except extra allocated bytes.

Definition at line 400 of file avformat.h.

uint8_t* AVProbeData::mime_type

mime_type, when known.

Definition at line 401 of file avformat.h.


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