FFmpeg
Classes | Typedefs | Variables
bfi.c File Reference

Brute Force & Ignorance (.bfi) file demuxer. More...

#include "libavutil/channel_layout.h"
#include "libavutil/intreadwrite.h"
#include "avformat.h"
#include "internal.h"

Classes

struct  BFIContext
 

Typedefs

typedef struct BFIContext BFIContext
 

Variables

AVInputFormat ff_bfi_demuxer
 

Detailed Description

Brute Force & Ignorance (.bfi) file demuxer.

Author
Sisir Koppaka ( sisir.koppaka at gmail dot com )
See also
http://wiki.multimedia.cx/index.php?title=BFI

Variable Documentation

§ ff_bfi_demuxer

AVInputFormat ff_bfi_demuxer
Initial value:
= {
.name = "bfi",
.long_name = NULL_IF_CONFIG_SMALL("Brute Force & Ignorance"),
.priv_data_size = sizeof(BFIContext),
.read_probe = bfi_probe,
.read_header = bfi_read_header,
.read_packet = bfi_read_packet,
}
Definition: bfi.c:34
#define NULL_IF_CONFIG_SMALL(x)
Return NULL if CONFIG_SMALL is true, otherwise the argument without modification. ...
Definition: internal.h:186