#include "avformat.h"
#include "demux.h"
#include "rawdec.h"
Go to the source code of this file.
◆ ff_sbc_demuxer
Initial value:= {
.p.name = "sbc",
.p.extensions = "sbc,msbc",
}
#define NULL_IF_CONFIG_SMALL(x)
Return NULL if CONFIG_SMALL is true, otherwise the argument without modification.
Definition at line 26 of file sbcdec.c.