FFmpeg
|
#include "libavutil/channel_layout.h"
#include "libavutil/intreadwrite.h"
#include "libavutil/parseutils.h"
#include "libavutil/opt.h"
#include "avformat.h"
#include "internal.h"
Go to the source code of this file.
Data Structures | |
struct | CDXLDemuxContext |
Macros | |
#define | CDXL_HEADER_SIZE 32 |
#define | OFFSET(x) offsetof(CDXLDemuxContext, x) |
Functions | |
static int | cdxl_read_probe (AVProbeData *p) |
static int | cdxl_read_header (AVFormatContext *s) |
static int | cdxl_read_packet (AVFormatContext *s, AVPacket *pkt) |
Variables | |
static const AVOption | cdxl_options [] |
static const AVClass | cdxl_demuxer_class |
AVInputFormat | ff_cdxl_demuxer |
#define CDXL_HEADER_SIZE 32 |
Definition at line 29 of file cdxl.c.
Referenced by cdxl_read_packet(), and cdxl_read_probe().
#define OFFSET | ( | x | ) | offsetof(CDXLDemuxContext, x) |
|
static |
|
static |
|
static |
|
static |
|
static |
AVInputFormat ff_cdxl_demuxer |