#include <stdio.h>
#include "libavutil/intreadwrite.h"
#include "avformat.h"
#include "internal.h"
#include "apetag.h"
Go to the source code of this file.
◆ APE_MIN_VERSION
#define APE_MIN_VERSION 3800 |
Definition at line 31 of file ape.c.
◆ APE_MAX_VERSION
#define APE_MAX_VERSION 3990 |
Definition at line 32 of file ape.c.
◆ MAC_FORMAT_FLAG_8_BIT
#define MAC_FORMAT_FLAG_8_BIT 1 |
Definition at line 34 of file ape.c.
◆ MAC_FORMAT_FLAG_CRC
#define MAC_FORMAT_FLAG_CRC 2 |
Definition at line 35 of file ape.c.
◆ MAC_FORMAT_FLAG_HAS_PEAK_LEVEL
#define MAC_FORMAT_FLAG_HAS_PEAK_LEVEL 4 |
Definition at line 36 of file ape.c.
◆ MAC_FORMAT_FLAG_24_BIT
#define MAC_FORMAT_FLAG_24_BIT 8 |
Definition at line 37 of file ape.c.
◆ MAC_FORMAT_FLAG_HAS_SEEK_ELEMENTS
#define MAC_FORMAT_FLAG_HAS_SEEK_ELEMENTS 16 |
Definition at line 38 of file ape.c.
◆ MAC_FORMAT_FLAG_CREATE_WAV_HEADER
#define MAC_FORMAT_FLAG_CREATE_WAV_HEADER 32 |
Definition at line 39 of file ape.c.
◆ APE_EXTRADATA_SIZE
#define APE_EXTRADATA_SIZE 6 |
Definition at line 41 of file ape.c.
◆ ape_probe()
Definition at line 86 of file ape.c.
◆ ape_dumpinfo()
◆ ape_read_header()
◆ ape_read_packet()
◆ ape_read_close()
◆ ape_read_seek()
◆ ff_ape_demuxer
Initial value:= {
.name = "ape",
.extensions = "ape,apl,mac",
}
Definition at line 460 of file ape.c.