#include <stdio.h>
#include <stdlib.h>
#include "avcodec.h"
#include "bitstream.h"
#include <zlib.h>
Go to the source code of this file.
Data Structures | |
struct | FlashSVContext |
Functions | |
static void | copy_region (uint8_t *sptr, uint8_t *dptr, int dx, int dy, int h, int w, int stride) |
static int | flashsv_decode_init (AVCodecContext *avctx) |
static int | flashsv_decode_frame (AVCodecContext *avctx, void *data, int *data_size, const uint8_t *buf, int buf_size) |
static int | flashsv_decode_end (AVCodecContext *avctx) |
Variables | |
AVCodec | flashsv_decoder |
Definition in file flashsv.c.
static int flashsv_decode_end | ( | AVCodecContext * | avctx | ) | [static] |
static int flashsv_decode_frame | ( | AVCodecContext * | avctx, | |
void * | data, | |||
int * | data_size, | |||
const uint8_t * | buf, | |||
int | buf_size | |||
) | [static] |
static int flashsv_decode_init | ( | AVCodecContext * | avctx | ) | [static] |
Initial value:
{ "flashsv", CODEC_TYPE_VIDEO, CODEC_ID_FLASHSV, sizeof(FlashSVContext), flashsv_decode_init, NULL, flashsv_decode_end, flashsv_decode_frame, CODEC_CAP_DR1, .pix_fmts = (enum PixelFormat[]){PIX_FMT_BGR24, -1}, }