FFmpeg
|
Go to the source code of this file.
Data Structures | |
struct | ZeroCodecContext |
Functions | |
static int | zerocodec_decode_frame (AVCodecContext *avctx, void *data, int *got_frame, AVPacket *avpkt) |
static av_cold int | zerocodec_decode_close (AVCodecContext *avctx) |
static av_cold int | zerocodec_decode_init (AVCodecContext *avctx) |
static void | zerocodec_decode_flush (AVCodecContext *avctx) |
Variables | |
AVCodec | ff_zerocodec_decoder |
|
static |
ZeroCodec has very simple interframe compression. If a value is the same as the previous frame, set it to 0.
Definition at line 30 of file zerocodec.c.
|
static |
Definition at line 103 of file zerocodec.c.
|
static |
Definition at line 114 of file zerocodec.c.
|
static |
Definition at line 140 of file zerocodec.c.
AVCodec ff_zerocodec_decoder |
Definition at line 147 of file zerocodec.c.