|
FFmpeg
|
#include <string.h>#include "avcodec.h"#include "codec_internal.h"#include "decode.h"#include "msrledec.h"Go to the source code of this file.
Data Structures | |
| struct | AascContext |
Functions | |
| static av_cold int | aasc_decode_init (AVCodecContext *avctx) |
| static int | aasc_decode_frame (AVCodecContext *avctx, AVFrame *rframe, int *got_frame, AVPacket *avpkt) |
| static av_cold int | aasc_decode_end (AVCodecContext *avctx) |
Variables | |
| const FFCodec | ff_aasc_decoder |
|
static |
|
static |
|
static |
| const FFCodec ff_aasc_decoder |
1.8.17