FFmpeg
|
#include "libavutil/internal.h"
#include "avcodec.h"
#include "codec_id.h"
#include "codec_internal.h"
#include "decode.h"
Go to the source code of this file.
Data Structures | |
struct | DFPWMState |
Functions | |
static void | au_decompress (DFPWMState *state, int fs, int len, uint8_t *outbuf, const uint8_t *inbuf) |
static av_cold int | dfpwm_dec_init (struct AVCodecContext *ctx) |
static int | dfpwm_dec_frame (struct AVCodecContext *ctx, AVFrame *frame, int *got_frame, struct AVPacket *packet) |
Variables | |
const FFCodec | ff_dfpwm_decoder |
DFPWM1a decoder
Definition in file dfpwmdec.c.
|
static |
Definition at line 41 of file dfpwmdec.c.
Referenced by dfpwm_dec_frame().
|
static |
Definition at line 84 of file dfpwmdec.c.
|
static |
Definition at line 99 of file dfpwmdec.c.
const FFCodec ff_dfpwm_decoder |
Definition at line 123 of file dfpwmdec.c.