FFmpeg
|
Brute Force & Ignorance (.bfi) file demuxer. More...
#include "libavutil/channel_layout.h"
#include "libavutil/intreadwrite.h"
#include "avformat.h"
#include "internal.h"
Go to the source code of this file.
Data Structures | |
struct | BFIContext |
Functions | |
static int | bfi_probe (AVProbeData *p) |
static int | bfi_read_header (AVFormatContext *s) |
static int | bfi_read_packet (AVFormatContext *s, AVPacket *pkt) |
Variables | |
AVInputFormat | ff_bfi_demuxer |
Brute Force & Ignorance (.bfi) file demuxer.
Definition in file bfi.c.
|
static |
|
static |
|
static |
AVInputFormat ff_bfi_demuxer |