#include "avformat.h"
#include "rawdec.h"
Go to the source code of this file.
◆ ff_sbc_demuxer
Initial value:= {
.name = "sbc",
.extensions = "sbc,msbc",
.priv_class = &sbc_demuxer_class,
}
#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.