FFmpeg
|
#include "libavcodec/internal.h"
#include "avcodec.h"
#include "codec_internal.h"
#include "decode.h"
#include "dsd.h"
Go to the source code of this file.
Data Structures | |
struct | ThreadData |
Used for passing data between threads. More... | |
Macros | |
#define | DSD_SILENCE 0x69 |
#define | DSD_SILENCE_REVERSED 0x96 |
#define | DSD_DECODER(id_, name_, long_name_) |
Functions | |
static av_cold int | decode_init (AVCodecContext *avctx) |
static int | dsd_channel (AVCodecContext *avctx, void *tdata, int j, int threadnr) |
static int | decode_frame (AVCodecContext *avctx, AVFrame *frame, int *got_frame_ptr, AVPacket *avpkt) |
#define DSD_DECODER | ( | id_, | |
name_, | |||
long_name_ | |||
) |
|
static |
|
static |
Definition at line 74 of file dsddec.c.
Referenced by decode_frame().