FFmpeg
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Functions | Variables
nistspheredec.c File Reference
#include "libavutil/avstring.h"
#include "libavutil/intreadwrite.h"
#include "avformat.h"
#include "internal.h"
#include "pcm.h"

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 int nist_probe ( AVProbeData p)
static

Definition at line 28 of file nistspheredec.c.

static int nist_read_header ( AVFormatContext s)
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",
}

Definition at line 119 of file nistspheredec.c.