Go to the documentation of this file.
30 16512, 8256, 4128, 2064, 1032, 516, 258, 192, 129, 88, 64, 56, 48, 40, 36, 32
45 const uint8_t *buf = avpkt->
data;
46 int buf_size = avpkt->
size;
47 int blocks = 0, total_blocks,
i;
49 int16_t *output_samples;
52 total_blocks = *buf++;
53 if (buf_size < total_blocks * 65 + 1) {
55 total_blocks * 65 + 1, buf_size);
63 output_samples = (int16_t *)
frame->
data[0];
65 for (blocks = 0; blocks < total_blocks; blocks++) {
66 uint8_t
code = *buf++;
70 for (
i = 0;
i < 32;
i++) {
82 .
p.
name =
"bmv_audio",
#define AV_CHANNEL_LAYOUT_STEREO
static av_cold int bmv_aud_decode_init(AVCodecContext *avctx)
This structure describes decoded (raw) audio or video data.
uint8_t * data[AV_NUM_DATA_POINTERS]
pointer to the picture/channel planes.
AVCodec p
The public AVCodec.
AVChannelLayout ch_layout
Audio channel layout.
static av_always_inline float scale(float x, float s)
#define AV_LOG_ERROR
Something went wrong and cannot losslessly be recovered.
#define FF_CODEC_DECODE_CB(func)
#define CODEC_LONG_NAME(str)
#define AV_CODEC_CAP_CHANNEL_CONF
Codec should fill in channel configuration and samplerate instead of container.
int ff_get_buffer(AVCodecContext *avctx, AVFrame *frame, int flags)
Get a buffer for a frame.
#define AV_CODEC_CAP_DR1
Codec uses get_buffer() or get_encode_buffer() for allocating buffers and supports custom allocators.
An AVChannelLayout holds information about the channel layout of audio data.
enum AVSampleFormat sample_fmt
audio sample format
int nb_samples
number of audio samples (per channel) described by this frame
#define i(width, name, range_min, range_max)
and forward the test the status of outputs and forward it to the corresponding return FFERROR_NOT_READY If the filters stores internally one or a few frame for some it can consider them to be part of the FIFO and delay acknowledging a status change accordingly Example code
@ AV_SAMPLE_FMT_S16
signed 16 bits
const char * name
Name of the codec implementation.
static int bmv_aud_decode_frame(AVCodecContext *avctx, AVFrame *frame, int *got_frame_ptr, AVPacket *avpkt)
static const int bmv_aud_mults[16]
const FFCodec ff_bmv_audio_decoder
main external API structure.
void av_channel_layout_uninit(AVChannelLayout *channel_layout)
Free any allocated data in the channel layout and reset the channel count to 0.
This structure stores compressed data.
#define AVERROR_INVALIDDATA
Invalid data found when processing input.