#include "avcodec.h"
#include "codec_internal.h"
#include "decode.h"
#include "get_bits.h"
Go to the source code of this file.
◆ AvsBlockType
Enumerator |
---|
AVS_VIDEO | |
AVS_AUDIO | |
AVS_PALETTE | |
AVS_GAME_DATA | |
Definition at line 31 of file avs.c.
◆ AvsVideoSubType
Enumerator |
---|
AVS_I_FRAME | |
AVS_P_FRAME_3X3 | |
AVS_P_FRAME_2X2 | |
AVS_P_FRAME_2X3 | |
Definition at line 38 of file avs.c.
◆ avs_decode_frame()
Definition at line 46 of file avs.c.
◆ avs_decode_init()
◆ avs_decode_end()
◆ ff_avs_decoder
Initial value:
Definition at line 178 of file avs.c.