Brute Force & Ignorance (.bfi) file demuxer.
More...
#include "libavutil/channel_layout.h"
#include "libavutil/intreadwrite.h"
#include "avformat.h"
#include "internal.h"
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
§ ff_bfi_demuxer
Initial value:= {
.name = "bfi",
.read_probe = bfi_probe,
.read_header = bfi_read_header,
.read_packet = bfi_read_packet,
}
#define NULL_IF_CONFIG_SMALL(x)
Return NULL if CONFIG_SMALL is true, otherwise the argument without modification. ...
Definition: internal.h:186