#include "avcodec.h"
#include "get_bits.h"
Go to the source code of this file.
Enumeration Type Documentation
- 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.
Function Documentation
static int avs_decode_frame |
( |
AVCodecContext * |
avctx, |
|
|
void * |
data, |
|
|
int * |
data_size, |
|
|
AVPacket * |
avpkt | |
|
) |
| | [static] |
Definition at line 46 of file avs.c.
static av_cold int avs_decode_init |
( |
AVCodecContext * |
avctx |
) |
[static] |
Variable Documentation
Initial value: {
"avs",
AVMEDIA_TYPE_VIDEO,
CODEC_ID_AVS,
sizeof(AvsContext),
avs_decode_init,
NULL,
NULL,
avs_decode_frame,
CODEC_CAP_DR1,
.long_name = NULL_IF_CONFIG_SMALL("AVS (Audio Video Standard) video"),
}
Definition at line 153 of file avs.c.