|
FFmpeg
|
#include "libavutil/opt.h"#include "libavcodec/apv.h"#include "libavcodec/bytestream.h"#include "avformat.h"#include "avio_internal.h"#include "demux.h"#include "internal.h"Go to the source code of this file.
Data Structures | |
| struct | APVDemuxerContext |
| struct | APVHeaderInfo |
Macros | |
| #define | OFFSET(x) offsetof(APVDemuxerContext, x) |
| #define | DEC AV_OPT_FLAG_DECODING_PARAM |
Functions | |
| static int | apv_extract_header_info (GetByteContext *gbc) |
| static int | apv_probe (const AVProbeData *p) |
| static int | apv_read_header (AVFormatContext *s) |
| static int | apv_read_packet (AVFormatContext *s, AVPacket *pkt) |
Variables | |
| static const AVOption | apv_options [] |
| static const AVClass | apv_demuxer_class |
| const FFInputFormat | ff_apv_demuxer |
| #define OFFSET | ( | x | ) | offsetof(APVDemuxerContext, x) |
| #define DEC AV_OPT_FLAG_DECODING_PARAM |
|
static |
Definition at line 48 of file apvdec.c.
Referenced by apv_probe().
|
static |
|
static |
|
static |
|
static |
|
static |
| const FFInputFormat ff_apv_demuxer |
1.8.17