FFmpeg
|
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"
Include dependency graph for soxdec.c:
Go to the source code of this file.
Functions | |
static int | sox_probe (AVProbeData *p) |
static int | sox_read_header (AVFormatContext *s) |
Variables | |
AVInputFormat | ff_sox_demuxer |
Detailed Description
SoX native format demuxer.
Definition in file soxdec.c.
Function Documentation
|
static |
|
static |
Variable Documentation
AVInputFormat ff_sox_demuxer |
Initial value:
= {
.name = "sox",
.long_name = NULL_IF_CONFIG_SMALL("SoX native"),
.read_probe = sox_probe,
.read_header = sox_read_header,
.read_packet = ff_pcm_read_packet,
.read_seek = ff_pcm_read_seek,
}
#define NULL_IF_CONFIG_SMALL(x)
Return NULL if CONFIG_SMALL is true, otherwise the argument without modification. ...
Definition: libavutil/internal.h:123
int ff_pcm_read_seek(AVFormatContext *s, int stream_index, int64_t timestamp, int flags)
Definition: libavformat/pcm.c:46
int ff_pcm_read_packet(AVFormatContext *s, AVPacket *pkt)
Definition: libavformat/pcm.c:28
Generated on Mon Nov 18 2024 06:52:09 for FFmpeg by 1.8.11