#include "config_components.h"
#include "libavutil/channel_layout.h"
#include "avformat.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 34 of file alp.c.
◆ ALP_MAX_READ_SIZE
#define ALP_MAX_READ_SIZE 4096 |
Definition at line 35 of file alp.c.
◆ ALPType
Enumerator |
---|
ALP_TYPE_AUTO | |
ALP_TYPE_TUN | |
ALP_TYPE_PCM | |
Definition at line 46 of file alp.c.