FFmpeg
|
#include "libavutil/internal.h"
#include "avcodec.h"
#include "codec_id.h"
#include "codec_internal.h"
#include "encode.h"
Go to the source code of this file.
Data Structures | |
struct | DFPWMState |
Functions | |
static void | au_compress (DFPWMState *state, int len, uint8_t *outbuf, const uint8_t *inbuf) |
static av_cold int | dfpwm_enc_init (struct AVCodecContext *ctx) |
static int | dfpwm_enc_frame (struct AVCodecContext *ctx, struct AVPacket *packet, const struct AVFrame *frame, int *got_packet) |
Variables | |
const FFCodec | ff_dfpwm_encoder |
DFPWM1a encoder
Definition in file dfpwmenc.c.
|
static |
Definition at line 42 of file dfpwmenc.c.
Referenced by dfpwm_enc_frame().
|
static |
Definition at line 78 of file dfpwmenc.c.
|
static |
Definition at line 92 of file dfpwmenc.c.
const FFCodec ff_dfpwm_encoder |
Definition at line 110 of file dfpwmenc.c.