FFmpeg
|
#include "avcodec.h"
#include "bytestream.h"
#include "codec_internal.h"
#include "decode.h"
#include "texturedsp.h"
#include "vbn.h"
#include "libavutil/imgutils.h"
Go to the source code of this file.
Data Structures | |
struct | VBNContext |
Functions | |
static av_cold int | vbn_init (AVCodecContext *avctx) |
static int | decompress (AVCodecContext *avctx, GetByteContext *gb, int compression, uint8_t **outbuf) |
static int | vbn_decode_frame (AVCodecContext *avctx, AVFrame *frame, int *got_frame, AVPacket *avpkt) |
Variables | |
const FFCodec | ff_vbn_decoder |
Vizrt Binary Image decoder
Definition in file vbndec.c.
|
static |
|
static |
Definition at line 46 of file vbndec.c.
Referenced by vbn_decode_frame().
|
static |
const FFCodec ff_vbn_decoder |