Brute Force & Ignorance (.bfi) video decoder.
More...
#include "libavutil/common.h"
#include "avcodec.h"
#include "bytestream.h"
Go to the source code of this file.
Detailed Description
Brute Force & Ignorance (.bfi) video decoder.
- Author:
- Sisir Koppaka ( sisir.koppaka at gmail dot com )
- See also:
- http://wiki.multimedia.cx/index.php?title=BFI
Definition in file bfi.c.
Typedef Documentation
Function Documentation
static av_cold int bfi_decode_close |
( |
AVCodecContext * |
avctx |
) |
[static] |
static int bfi_decode_frame |
( |
AVCodecContext * |
avctx, |
|
|
void * |
data, |
|
|
int * |
data_size, |
|
|
AVPacket * |
avpkt | |
|
) |
| | [static] |
Definition at line 47 of file bfi.c.
static av_cold int bfi_decode_init |
( |
AVCodecContext * |
avctx |
) |
[static] |
Definition at line 39 of file bfi.c.
Variable Documentation
Initial value:
Definition at line 174 of file bfi.c.