|
FFmpeg
|
This structure contains the data a format has to probe a file. More...
#include <avformat.h>
Public Attributes | |
| 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. | |
| const char * | mime_type |
| mime_type, when known. More... | |
This structure contains the data a format has to probe a file.
| unsigned char* AVProbeData::buf |
Buffer must have AVPROBE_PADDING_SIZE of extra allocated bytes filled with zero.
| const char* AVProbeData::mime_type |
mime_type, when known.
1.8.12