FFmpeg
|
#include "config.h"
#include "libavutil/common.h"
#include "libavutil/fifo.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.
Macros | |
#define | DEC AV_OPT_FLAG_DECODING_PARAM |
Functions | |
static int | get_score (int type, int *seq) |
static int | read_header (AVFormatContext *s, const AVRational *framerate, AVBSFContext **bsf, void *logctx) |
#define DEC AV_OPT_FLAG_DECODING_PARAM |
|
static |