#include "config.h"
#include <sys/soundcard.h>
#include <fcntl.h>
#include <sys/ioctl.h>
#include "libavutil/internal.h"
#include "libavcodec/avcodec.h"
#include "avdevice.h"
#include "libavformat/internal.h"
#include "oss.h"
Go to the source code of this file.
Initial value:= {
.class_name = "OSS muxer",
}
#define LIBAVUTIL_VERSION_INT
Definition at line 97 of file oss_enc.c.
Initial value:= {
.name = "oss",
}
static int audio_write_trailer(AVFormatContext *s1)
#define NULL_IF_CONFIG_SMALL(x)
Return NULL if CONFIG_SMALL is true, otherwise the argument without modification. ...
static int audio_write_packet(AVFormatContext *s1, AVPacket *pkt)
static int audio_write_header(AVFormatContext *s1)
static const AVClass oss_muxer_class
Definition at line 104 of file oss_enc.c.