FFmpeg
|
#include "config.h"
#include <stdint.h>
#include <sys/soundcard.h>
#include <fcntl.h>
#include <sys/ioctl.h>
#include "libavutil/internal.h"
#include "libavutil/opt.h"
#include "libavutil/time.h"
#include "libavcodec/avcodec.h"
#include "avdevice.h"
#include "libavformat/internal.h"
#include "oss_audio.h"
Go to the source code of this file.
Functions | |
static int | audio_read_header (AVFormatContext *s1) |
static int | audio_read_packet (AVFormatContext *s1, AVPacket *pkt) |
static int | audio_read_close (AVFormatContext *s1) |
Variables | |
static const AVOption | options [] |
static const AVClass | oss_demuxer_class |
AVInputFormat | ff_oss_demuxer |
|
static |
Definition at line 49 of file oss_audio_dec.c.
|
static |
Definition at line 75 of file oss_audio_dec.c.
|
static |
Definition at line 118 of file oss_audio_dec.c.
|
static |
Definition at line 126 of file oss_audio_dec.c.
|
static |
Definition at line 132 of file oss_audio_dec.c.
AVInputFormat ff_oss_demuxer |
Definition at line 140 of file oss_audio_dec.c.