FFmpeg
|
Brute Force & Ignorance (.bfi) video decoder. More...
#include "libavutil/mem.h"
#include "avcodec.h"
#include "bytestream.h"
#include "codec_internal.h"
#include "decode.h"
Go to the source code of this file.
Data Structures | |
struct | BFIContext |
Functions | |
static av_cold int | bfi_decode_init (AVCodecContext *avctx) |
static int | bfi_decode_frame (AVCodecContext *avctx, AVFrame *frame, int *got_frame, AVPacket *avpkt) |
static av_cold int | bfi_decode_close (AVCodecContext *avctx) |
Variables | |
const FFCodec | ff_bfi_decoder |
Brute Force & Ignorance (.bfi) video decoder.
Definition in file bfi.c.
|
static |
|
static |
|
static |
const FFCodec ff_bfi_decoder |