SEGA CRI adx codecs.
More...
#include "avcodec.h"
#include "adx.h"
#include "bytestream.h"
#include "put_bits.h"
Go to the source code of this file.
static int adx_encode_frame |
( |
AVCodecContext * |
avctx, |
|
|
uint8_t * |
frame, |
|
|
int |
buf_size, |
|
|
void * |
data |
|
) |
| |
|
static |
static int adx_encode_header |
( |
AVCodecContext * |
avctx, |
|
|
uint8_t * |
buf, |
|
|
int |
bufsize |
|
) |
| |
|
static |
Initial value:= {
.name = "adpcm_adx",
}
static av_cold int adx_encode_close(AVCodecContext *avctx)
static int init(AVCodecParserContext *s)
#define NULL_IF_CONFIG_SMALL(x)
Return NULL if CONFIG_SMALL is true, otherwise the argument without modification. ...
static void close(AVCodecParserContext *s)
AVSampleFormat
all in native-endian format
static av_cold int adx_encode_init(AVCodecContext *avctx)
static int adx_encode_frame(AVCodecContext *avctx, uint8_t *frame, int buf_size, void *data)
Definition at line 167 of file adxenc.c.