FFmpeg
|
Go to the source code of this file.
Data Structures | |
struct | AptXDemuxerContext |
Macros | |
#define | APTX_BLOCK_SIZE 4 |
#define | APTX_PACKET_SIZE (256*APTX_BLOCK_SIZE) |
#define | APTX_HD_BLOCK_SIZE 6 |
#define | APTX_HD_PACKET_SIZE (256*APTX_HD_BLOCK_SIZE) |
Functions | |
static AVStream * | aptx_read_header_common (AVFormatContext *s) |
static int | aptx_read_header (AVFormatContext *s) |
static int | aptx_hd_read_header (AVFormatContext *s) |
static int | aptx_read_packet (AVFormatContext *s, AVPacket *pkt) |
static int | aptx_hd_read_packet (AVFormatContext *s, AVPacket *pkt) |
Variables | |
static const AVOption | aptx_options [] |
static const AVClass | aptx_demuxer_class |
#define APTX_PACKET_SIZE (256*APTX_BLOCK_SIZE) |
#define APTX_HD_PACKET_SIZE (256*APTX_HD_BLOCK_SIZE) |
|
static |
Definition at line 37 of file aptxdec.c.
Referenced by aptx_hd_read_header(), and aptx_read_header().
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |