FFmpeg
Classes | Macros | Typedefs | Variables
qcp.c File Reference

QCP format (.qcp) demuxer. More...

#include "libavutil/channel_layout.h"
#include "libavutil/intreadwrite.h"
#include "avformat.h"
#include "riff.h"

Classes

struct  QCPContext
 

Macros

#define QCP_MAX_MODE   4
 

Typedefs

typedef struct QCPContext QCPContext
 

Variables

AVInputFormat ff_qcp_demuxer
 

Detailed Description

QCP format (.qcp) demuxer.

Author
Kenan Gillet
See also
RFC 3625: "The QCP File Format and Media Types for Speech Data" http://tools.ietf.org/html/rfc3625

Variable Documentation

§ ff_qcp_demuxer

AVInputFormat ff_qcp_demuxer
Initial value:
= {
.name = "qcp",
.long_name = NULL_IF_CONFIG_SMALL("QCP"),
.priv_data_size = sizeof(QCPContext),
.read_probe = qcp_probe,
.read_header = qcp_read_header,
.read_packet = qcp_read_packet,
}
#define NULL_IF_CONFIG_SMALL(x)
Return NULL if CONFIG_SMALL is true, otherwise the argument without modification. ...
Definition: internal.h:186
Definition: qcp.c:35