Chinese AVS video (AVS1-P2, JiZhun profile) decoder.
More...
#include "libavutil/avassert.h"
#include "avcodec.h"
#include "get_bits.h"
#include "golomb.h"
#include "cavs.h"
#include "internal.h"
#include "mpeg12data.h"
|
|
#define | EOB 0, 0, 0 |
| |
|
#define | TMP_UNUSED_INX 7 |
| |
Chinese AVS video (AVS1-P2, JiZhun profile) decoder.
- Author
- Stefan Gehrer stefa.nosp@m.n.ge.nosp@m.hrer@.nosp@m.gmx..nosp@m.de
§ ff_cavs_decoder
Initial value:= {
.name = "cavs",
.type = AVMEDIA_TYPE_VIDEO,
.id = AV_CODEC_ID_CAVS,
.init = ff_cavs_init,
.close = ff_cavs_end,
.decode = cavs_decode_frame,
.flush = cavs_flush,
}
#define AV_CODEC_CAP_DELAY
Encoder or decoder requires flushing with NULL input at the end in order to give the complete and cor...
Definition: avcodec.h:984
#define NULL_IF_CONFIG_SMALL(x)
Return NULL if CONFIG_SMALL is true, otherwise the argument without modification. ...
Definition: internal.h:186
#define AV_CODEC_CAP_DR1
Codec uses get_buffer() for allocating buffers and supports custom allocators.
Definition: avcodec.h:959