FFmpeg
Variables
sbcdec.c File Reference
#include "avformat.h"
#include "demux.h"
#include "rawdec.h"

Go to the source code of this file.

Variables

const FFInputFormat ff_sbc_demuxer
 

Variable Documentation

◆ ff_sbc_demuxer

const FFInputFormat ff_sbc_demuxer
Initial value:
= {
.p.name = "sbc",
.p.long_name = NULL_IF_CONFIG_SMALL("raw SBC (low-complexity subband codec)"),
.p.extensions = "sbc,msbc",
.p.flags = AVFMT_GENERIC_INDEX,
.p.priv_class = &ff_raw_demuxer_class,
.raw_codec_id = AV_CODEC_ID_SBC,
.read_header = ff_raw_audio_read_header,
.priv_data_size = sizeof(FFRawDemuxerContext),
}

Definition at line 26 of file sbcdec.c.

FFRawDemuxerContext
Definition: rawdec.h:37
AVFMT_GENERIC_INDEX
#define AVFMT_GENERIC_INDEX
Use generic index building code.
Definition: avformat.h:480
AV_CODEC_ID_SBC
@ AV_CODEC_ID_SBC
Definition: codec_id.h:527
ff_raw_read_partial_packet
int ff_raw_read_partial_packet(AVFormatContext *s, AVPacket *pkt)
Definition: rawdec.c:33
ff_raw_demuxer_class
const AVClass ff_raw_demuxer_class
Definition: rawdec.c:141
ff_raw_audio_read_header
int ff_raw_audio_read_header(AVFormatContext *s)
Definition: rawdec.c:54
NULL_IF_CONFIG_SMALL
#define NULL_IF_CONFIG_SMALL(x)
Return NULL if CONFIG_SMALL is true, otherwise the argument without modification.
Definition: internal.h:106