#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.
◆ OFFSET
◆ DEC
◆ leb()
◆ read_obu()
static int read_obu |
( |
const uint8_t * |
buf, |
|
|
int |
size, |
|
|
int64_t * |
obu_size, |
|
|
int * |
type |
|
) |
| |
|
static |
◆ annexb_probe()
◆ annexb_read_header()
◆ annexb_read_packet()
◆ annexb_read_close()
◆ annexb_options
Initial value:
Definition at line 256 of file av1dec.c.
◆ annexb_demuxer_class
Initial value:= {
.class_name = "AV1 Annex B demuxer",
}
Definition at line 261 of file av1dec.c.
◆ ff_av1_demuxer
Initial value:= {
.name = "av1",
.extensions = "obu",
}
Definition at line 268 of file av1dec.c.