#include "avcodec.h"
#include "bytestream.h"
#include "codec_internal.h"
#include "decode.h"
Go to the source code of this file.
|
static av_cold int | fastaudio_init (AVCodecContext *avctx) |
|
static int | read_bits (int bits, int *ppos, unsigned *src) |
|
static void | set_sample (int i, int j, int v, float *result, int *pads, float value) |
|
static int | fastaudio_decode (AVCodecContext *avctx, AVFrame *frame, int *got_frame, AVPacket *pkt) |
|
static av_cold int | fastaudio_close (AVCodecContext *avctx) |
|
◆ fastaudio_init()
◆ read_bits()
static int read_bits |
( |
int |
bits, |
|
|
int * |
ppos, |
|
|
unsigned * |
src |
|
) |
| |
|
static |
◆ set_sample()
◆ fastaudio_decode()
◆ fastaudio_close()
◆ bits
const uint8_t bits[8] = { 6, 6, 5, 5, 4, 0, 3, 3, } |
|
static |
◆ ff_fastaudio_decoder
Initial value:= {
.p.name = "fastaudio",
}
Definition at line 187 of file fastaudio.c.