#include "config.h"
#include <sys/soundcard.h>
#include <unistd.h>
#include <fcntl.h>
#include <sys/ioctl.h>
#include "libavutil/internal.h"
#include "libavcodec/avcodec.h"
#include "libavformat/avformat.h"
#include "libavformat/internal.h"
#include "oss_audio.h"
Go to the source code of this file.
§ audio_write_header()
§ audio_write_packet()
§ audio_write_trailer()
§ ff_oss_muxer
Initial value:= {
.name = "oss",
}
#define NULL_IF_CONFIG_SMALL(x)
Return NULL if CONFIG_SMALL is true, otherwise the argument without modification. ...
static int audio_write_trailer(AVFormatContext *s1)
static int audio_write_packet(AVFormatContext *s1, AVPacket *pkt)
static int audio_write_header(AVFormatContext *s1)
Definition at line 95 of file oss_audio_enc.c.