#include "config_components.h"
#include "libavutil/opt.h"
#include "avformat.h"
Go to the source code of this file.
◆ APTX_BLOCK_SIZE
#define APTX_BLOCK_SIZE 4 |
◆ APTX_PACKET_SIZE
◆ APTX_HD_BLOCK_SIZE
#define APTX_HD_BLOCK_SIZE 6 |
◆ APTX_HD_PACKET_SIZE
◆ aptx_read_header_common()
◆ aptx_read_header()
◆ aptx_hd_read_header()
◆ aptx_read_packet()
◆ aptx_hd_read_packet()
◆ aptx_options
Initial value:
Definition at line 87 of file aptxdec.c.
◆ aptx_demuxer_class
Initial value:= {
.class_name = "aptx (hd) demuxer",
}
Definition at line 92 of file aptxdec.c.