|
FFmpeg
|
#include <stdio.h>#include <stdlib.h>#include <string.h>#include "libavutil/imgutils.h"#include "libavutil/internal.h"#include "libavutil/intreadwrite.h"#include "avcodec.h"#include "bytestream.h"#include "internal.h"Go to the source code of this file.
Data Structures | |
| struct | ARBCContext |
Functions | |
| static int | fill_tile4 (AVCodecContext *avctx, int color, AVFrame *frame) |
| static int | fill_tileX (AVCodecContext *avctx, int tile_width, int tile_height, int color, AVFrame *frame) |
| static int | decode_frame (AVCodecContext *avctx, void *data, int *got_frame, AVPacket *avpkt) |
| static av_cold int | decode_init (AVCodecContext *avctx) |
| static void | decode_flush (AVCodecContext *avctx) |
| static av_cold int | decode_close (AVCodecContext *avctx) |
Variables | |
| const AVCodec | ff_arbc_decoder |
|
static |
Definition at line 40 of file arbc.c.
Referenced by decode_frame().
|
static |
Definition at line 75 of file arbc.c.
Referenced by decode_frame().
|
static |
|
static |
|
static |
|
static |
| const AVCodec ff_arbc_decoder |
1.8.17