FFmpeg
|
#include "config.h"
#include "libavutil/common.h"
#include "libavutil/opt.h"
#include "libavcodec/av1_parse.h"
#include "libavcodec/bsf.h"
#include "avformat.h"
#include "avio_internal.h"
#include "internal.h"
Go to the source code of this file.
Data Structures | |
struct | AV1DemuxContext |
Macros | |
#define | DEC AV_OPT_FLAG_DECODING_PARAM |
#define | OFFSET(x) offsetof(AV1DemuxContext, x) |
Functions | |
static int | get_score (int type, int *seq) |
static int | av1_read_header (AVFormatContext *s) |
static int | av1_read_close (AVFormatContext *s) |
Variables | |
static const AVOption | av1_options [] |
static const AVClass | av1_demuxer_class |
#define DEC AV_OPT_FLAG_DECODING_PARAM |
#define OFFSET | ( | x | ) | offsetof(AV1DemuxContext, x) |
|
static |
|
static |
|
static |
|
static |