FFmpeg
|
Go to the source code of this file.
Data Structures | |
struct | Escape130Context |
Macros | |
#define | BITSTREAM_READER_LE |
Functions | |
static av_cold int | escape130_decode_init (AVCodecContext *avctx) |
Initialize the decoder. | |
static av_cold int | escape130_decode_close (AVCodecContext *avctx) |
static unsigned | decode_skip_count (GetBitContext *gb) |
static int | escape130_decode_frame (AVCodecContext *avctx, void *data, int *got_frame, AVPacket *avpkt) |
Decode a single frame. | |
Variables | |
AVCodec | ff_escape130_decoder |
#define BITSTREAM_READER_LE |
Definition at line 24 of file escape130.c.
|
static |
Initialize the decoder.
avctx | decoder context |
Definition at line 39 of file escape130.c.
|
static |
Definition at line 54 of file escape130.c.
|
static |
Definition at line 66 of file escape130.c.
Referenced by escape130_decode_frame().
|
static |
Decode a single frame.
avctx | decoder context |
data | decoded frame |
got_frame | have decoded frame |
buf | input buffer |
buf_size | input buffer size |
Definition at line 101 of file escape130.c.
AVCodec ff_escape130_decoder |
Definition at line 311 of file escape130.c.