FFmpeg
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Variables
sbcdec.c File Reference
#include "avformat.h"
#include "rawdec.h"

Go to the source code of this file.

Variables

AVInputFormat ff_sbc_demuxer
 

Variable Documentation

AVInputFormat ff_sbc_demuxer
Initial value:
= {
.name = "sbc",
.long_name = NULL_IF_CONFIG_SMALL("raw SBC (low-complexity subband codec)"),
.extensions = "sbc,msbc",
.raw_codec_id = AV_CODEC_ID_SBC,
.read_header = ff_raw_audio_read_header,
}
int ff_raw_read_partial_packet(AVFormatContext *s, AVPacket *pkt)
Definition: rawdec.c:35
#define NULL_IF_CONFIG_SMALL(x)
Return NULL if CONFIG_SMALL is true, otherwise the argument without modification. ...
Definition: internal.h:186
int ff_raw_audio_read_header(AVFormatContext *s)
Definition: rawdec.c:55
#define AVFMT_GENERIC_INDEX
Use generic index building code.
Definition: avformat.h:470

Definition at line 25 of file sbcdec.c.