FFmpeg
|
#include "libavutil/avstring.h"
#include "libavutil/intreadwrite.h"
#include "avformat.h"
#include "internal.h"
#include "pcm.h"
Include dependency graph for nistspheredec.c:
Go to the source code of this file.
Functions | |
static int | nist_probe (AVProbeData *p) |
static int | nist_read_header (AVFormatContext *s) |
Variables | |
AVInputFormat | ff_nistsphere_demuxer |
Function Documentation
|
static |
Definition at line 28 of file nistspheredec.c.
|
static |
Definition at line 35 of file nistspheredec.c.
Variable Documentation
AVInputFormat ff_nistsphere_demuxer |
Initial value:
= {
.name = "nistsphere",
.long_name = NULL_IF_CONFIG_SMALL("NIST SPeech HEader REsources"),
.read_probe = nist_probe,
.read_header = nist_read_header,
.read_packet = ff_pcm_read_packet,
.read_seek = ff_pcm_read_seek,
.extensions = "nist,sph",
.flags = AVFMT_GENERIC_INDEX,
}
#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
Definition at line 119 of file nistspheredec.c.
Generated on Mon Nov 18 2024 06:52:08 for FFmpeg by 1.8.11