QCP format (.qcp) demuxer.
More...
#include "libavutil/channel_layout.h"
#include "libavutil/intreadwrite.h"
#include "avformat.h"
#include "riff.h"
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
§ ff_qcp_demuxer
Initial value:= {
.name = "qcp",
.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