#include "libavutil/intreadwrite.h"
#include "avformat.h"
#include "avio_internal.h"
#include "internal.h"
#include "mux.h"
#include "rawenc.h"
#include "ircam.h"
Go to the source code of this file.
◆ ircam_write_header()
◆ ff_ircam_muxer
Initial value:= {
.p.name = "ircam",
.p.extensions = "sf,ircam",
}
const AVCodecTag ff_codec_ircam_le_tags[]
static int ircam_write_header(AVFormatContext *s)
#define NULL_IF_CONFIG_SMALL(x)
Return NULL if CONFIG_SMALL is true, otherwise the argument without modification.
#define FF_OFMT_FLAG_MAX_ONE_OF_EACH
If this flag is set, it indicates that for each codec type whose corresponding default codec (i....
Definition at line 49 of file ircamenc.c.