SoX native format demuxer. More...
#include "libavutil/intreadwrite.h"
#include "libavutil/intfloat.h"
#include "libavutil/dict.h"
#include "avformat.h"
#include "internal.h"
#include "pcm.h"
#include "sox.h"
Go to the source code of this file.
Macros | |
#define | SOX_SAMPLES 1024 |
Functions | |
static int | sox_probe (AVProbeData *p) |
static int | sox_read_header (AVFormatContext *s, AVFormatParameters *ap) |
static int | sox_read_packet (AVFormatContext *s, AVPacket *pkt) |
Variables | |
AVInputFormat | ff_sox_demuxer |
SoX native format demuxer.
Definition in file soxdec.c.
#define SOX_SAMPLES 1024 |
Definition at line 126 of file soxdec.c.
Referenced by sox_read_packet().
|
static |
|
static |
|
static |
AVInputFormat ff_sox_demuxer |