Go to the source code of this file.
◆ ra144_decode_init()
◆ do_output_subblock()
◆ ra144_decode_frame()
Uncompress one block (20 bytes -> 160*2 bytes).
Definition at line 63 of file ra144dec.c.
◆ ff_ra_144_decoder
Initial value:= {
.p.name = "real_144",
}
#define FF_CODEC_DECODE_CB(func)
#define CODEC_LONG_NAME(str)
int(* init)(AVBSFContext *ctx)
#define AV_CODEC_CAP_DR1
Codec uses get_buffer() or get_encode_buffer() for allocating buffers and supports custom allocators.
#define AV_CODEC_CAP_CHANNEL_CONF
Codec should fill in channel configuration and samplerate instead of container.
static av_cold int ra144_decode_init(AVCodecContext *avctx)
static int ra144_decode_frame(AVCodecContext *avctx, AVFrame *frame, int *got_frame_ptr, AVPacket *avpkt)
Uncompress one block (20 bytes -> 160*2 bytes).
Definition at line 129 of file ra144dec.c.