libavformat/ape.c File Reference
#include <stdio.h>
#include "libavutil/intreadwrite.h"
#include "avformat.h"
Go to the source code of this file.
Define Documentation
#define APE_EXTRADATA_SIZE 6 |
#define APE_MAX_VERSION 3990 |
#define APE_MIN_VERSION 3950 |
#define APE_TAG_FLAG_CONTAINS_HEADER (1 << 31) |
#define APE_TAG_FLAG_IS_HEADER (1 << 29) |
#define APE_TAG_FOOTER_BYTES 32 |
#define APE_TAG_VERSION 2000 |
Definition at line 28 of file ape.c.
#define MAC_FORMAT_FLAG_24_BIT 8 |
#define MAC_FORMAT_FLAG_8_BIT 1 |
#define MAC_FORMAT_FLAG_CRC 2 |
Definition at line 35 of file ape.c.
#define MAC_FORMAT_FLAG_CREATE_WAV_HEADER 32 |
#define MAC_FORMAT_FLAG_HAS_PEAK_LEVEL 4 |
#define MAC_FORMAT_FLAG_HAS_SEEK_ELEMENTS 16 |
#define MAC_SUBFRAME_SIZE 4608 |
Function Documentation
static int ape_read_seek |
( |
AVFormatContext * |
s, |
|
|
int |
stream_index, |
|
|
int64_t |
timestamp, |
|
|
int |
flags | |
|
) |
| | [static] |
Variable Documentation
Initial value:
{
"ape",
NULL_IF_CONFIG_SMALL("Monkey's Audio"),
sizeof(APEContext),
ape_probe,
ape_read_header,
ape_read_packet,
ape_read_close,
ape_read_seek,
.extensions = "ape,apl,mac"
}
Definition at line 493 of file ape.c.