FFmpeg
4.3
|
#include "config.h"
#include "libavutil/common.h"
#include "libavutil/opt.h"
#include "libavcodec/av1_parse.h"
#include "avformat.h"
#include "avio_internal.h"
#include "internal.h"
Go to the source code of this file.
Data Structures | |
struct | AnnexBContext |
Macros | |
#define | OFFSET(x) offsetof(AnnexBContext, x) |
#define | DEC AV_OPT_FLAG_DECODING_PARAM |
Functions | |
static int | leb (AVIOContext *pb, uint32_t *len) |
static int | read_obu (const uint8_t *buf, int size, int64_t *obu_size, int *type) |
static int | annexb_probe (const AVProbeData *p) |
static int | annexb_read_header (AVFormatContext *s) |
static int | annexb_read_packet (AVFormatContext *s, AVPacket *pkt) |
static int | annexb_read_close (AVFormatContext *s) |
Variables | |
static const AVOption | annexb_options [] |
static const AVClass | annexb_demuxer_class |
AVInputFormat | ff_av1_demuxer |
#define OFFSET | ( | x | ) | offsetof(AnnexBContext, x) |
#define DEC AV_OPT_FLAG_DECODING_PARAM |
|
static |
Definition at line 39 of file av1dec.c.
Referenced by annexb_probe(), and annexb_read_packet().
Definition at line 60 of file av1dec.c.
Referenced by annexb_probe().
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
AVInputFormat ff_av1_demuxer |