|
FFmpeg
|
#include "avformat.h"#include "internal.h"#include "libavutil/intreadwrite.h"#include "libavutil/internal.h"Go to the source code of this file.
Data Structures | |
| struct | ALPHeader |
Macros | |
| #define | ALP_TAG MKTAG('A', 'L', 'P', ' ') |
| #define | ALP_MAX_READ_SIZE 4096 |
Functions | |
| static int | alp_probe (const AVProbeData *p) |
| static int | alp_read_header (AVFormatContext *s) |
| static int | alp_read_packet (AVFormatContext *s, AVPacket *pkt) |
Variables | |
| AVInputFormat | ff_alp_demuxer |
|
static |
|
static |
|
static |
| AVInputFormat ff_alp_demuxer |
1.8.17