Libav
|
Brute Force & Ignorance (.bfi) file demuxer. More...
Go to the source code of this file.
Data Structures | |
struct | BFIContext |
Typedefs | |
typedef struct BFIContext | BFIContext |
Functions | |
static int | bfi_probe (AVProbeData *p) |
static int | bfi_read_header (AVFormatContext *s, AVFormatParameters *ap) |
static int | bfi_read_packet (AVFormatContext *s, AVPacket *pkt) |
Variables | |
AVInputFormat | bfi_demuxer |
Brute Force & Ignorance (.bfi) file demuxer.
Definition in file bfi.c.
typedef struct BFIContext BFIContext |
static int bfi_probe | ( | AVProbeData * | p | ) | [static] |
static int bfi_read_header | ( | AVFormatContext * | s, |
AVFormatParameters * | ap | ||
) | [static] |
static int bfi_read_packet | ( | AVFormatContext * | s, |
AVPacket * | pkt | ||
) | [static] |
{ "bfi", NULL_IF_CONFIG_SMALL("Brute Force & Ignorance"), sizeof(BFIContext), bfi_probe, bfi_read_header, bfi_read_packet, }