FFmpeg
4.0
|
Direct Stream Digital (DSD) decoder. More...
#include "libavcodec/internal.h"
#include "libavcodec/mathops.h"
#include "avcodec.h"
#include "dsd.h"
Go to the source code of this file.
Macros | |
#define | DSD_SILENCE 0x69 |
#define | DSD_DECODER(id_, name_, long_name_) |
Functions | |
static av_cold int | decode_init (AVCodecContext *avctx) |
static int | decode_frame (AVCodecContext *avctx, void *data, int *got_frame_ptr, AVPacket *avpkt) |
#define DSD_SILENCE 0x69 |
Definition at line 34 of file dsddec.c.
Referenced by decode_init().
#define DSD_DECODER | ( | id_, | |
name_, | |||
long_name_ | |||
) |
|
static |