Direct Stream Digital (DSD) decoder.
More...
#include "libavcodec/internal.h"
#include "libavcodec/mathops.h"
#include "avcodec.h"
#include "dsd.h"
|
|
#define | DSD_SILENCE 0x69 |
| |
| #define | DSD_DECODER(id_, name_, long_name_) |
| |
Direct Stream Digital (DSD) decoder.
§ DSD_DECODER
| #define DSD_DECODER |
( |
|
id_, |
|
|
|
name_, |
|
|
|
long_name_ |
|
) |
| |
Value: .type = AVMEDIA_TYPE_AUDIO, \
.id = AV_CODEC_ID_##id_, \
.init = decode_init, \
.decode = decode_frame, \
AV_SAMPLE_FMT_NONE }, \
};
float, planar
Definition: samplefmt.h:69
AVCodec.
Definition: avcodec.h:3408
#define NULL_IF_CONFIG_SMALL(x)
Return NULL if CONFIG_SMALL is true, otherwise the argument without modification. ...
Definition: internal.h:186
const char * name
Name of the codec implementation.
Definition: avcodec.h:3415
AVSampleFormat
Audio sample formats.
Definition: samplefmt.h:58