#include "avcodec.h"
#include "get_bits.h"
Go to the source code of this file.
Enumerator |
---|
AVS_VIDEO |
|
AVS_AUDIO |
|
AVS_PALETTE |
|
AVS_GAME_DATA |
|
Definition at line 30 of file avs.c.
Enumerator |
---|
AVS_I_FRAME |
|
AVS_P_FRAME_3X3 |
|
AVS_P_FRAME_2X2 |
|
AVS_P_FRAME_2X3 |
|
Definition at line 37 of file avs.c.
Definition at line 46 of file avs.c.
Initial value:= {
.name = "avs",
}
static int avs_decode_frame(AVCodecContext *avctx, void *data, int *got_frame, AVPacket *avpkt)
static int decode(MimicContext *ctx, int quality, int num_coeffs, int is_iframe)
static int init(AVCodecParserContext *s)
#define NULL_IF_CONFIG_SMALL(x)
Return NULL if CONFIG_SMALL is true, otherwise the argument without modification. ...
static void close(AVCodecParserContext *s)
static av_cold int avs_decode_init(AVCodecContext *avctx)
static av_cold int avs_decode_end(AVCodecContext *avctx)
Definition at line 174 of file avs.c.