#include "config_components.h"
#include "libavutil/channel_layout.h"
#include "avformat.h"
#include "avio_internal.h"
#include "demux.h"
#include "internal.h"
#include "mux.h"
#include "rawenc.h"
#include "libavutil/intreadwrite.h"
#include "libavutil/internal.h"
#include "libavutil/opt.h"
Go to the source code of this file.
◆ ALP_TAG
| #define ALP_TAG MKTAG('A', 'L', 'P', ' ') |
Definition at line 36 of file alp.c.
◆ ALP_MAX_READ_SIZE
| #define ALP_MAX_READ_SIZE 4096 |
Definition at line 37 of file alp.c.
◆ ALPType
| Enumerator |
|---|
| ALP_TYPE_AUTO | |
| ALP_TYPE_TUN | |
| ALP_TYPE_PCM | |
Definition at line 48 of file alp.c.