FFmpeg
4.3
|
#include <float.h>
#include <stdint.h>
#include <string.h>
#include "avformat.h"
#include "matroska.h"
#include "libavutil/avstring.h"
#include "libavutil/dict.h"
#include "libavutil/opt.h"
#include "libavutil/time_internal.h"
Go to the source code of this file.
Data Structures | |
struct | AdaptationSet |
struct | WebMDashMuxContext |
Macros | |
#define | OFFSET(x) offsetof(WebMDashMuxContext, x) |
Variables | |
static const AVOption | options [] |
static const AVClass | webm_dash_class |
AVOutputFormat | ff_webm_dash_manifest_muxer |
#define OFFSET | ( | x | ) | offsetof(WebMDashMuxContext, x) |
Definition at line 539 of file webmdashenc.c.
|
static |
Definition at line 61 of file webmdashenc.c.
Referenced by write_adaptation_set(), and write_representation().
|
static |
Definition at line 66 of file webmdashenc.c.
Referenced by webm_dash_manifest_write_header(), and write_header().
|
static |
Definition at line 79 of file webmdashenc.c.
Referenced by webm_dash_manifest_write_header().
|
static |
Definition at line 121 of file webmdashenc.c.
Referenced by webm_dash_manifest_write_header().
|
static |
Definition at line 126 of file webmdashenc.c.
Referenced by write_adaptation_set().
|
static |
Definition at line 139 of file webmdashenc.c.
Referenced by write_adaptation_set().
|
static |
Definition at line 164 of file webmdashenc.c.
Referenced by write_adaptation_set().
|
static |
Definition at line 217 of file webmdashenc.c.
Referenced by write_adaptation_set().
|
static |
Definition at line 230 of file webmdashenc.c.
Referenced by write_adaptation_set().
|
static |
Definition at line 243 of file webmdashenc.c.
Referenced by write_adaptation_set().
|
static |
Definition at line 253 of file webmdashenc.c.
Referenced by webm_dash_manifest_write_header().
|
static |
Definition at line 273 of file webmdashenc.c.
Referenced by write_adaptation_set().
|
static |
Definition at line 328 of file webmdashenc.c.
Referenced by webm_dash_manifest_write_header().
|
static |
Definition at line 423 of file webmdashenc.c.
Referenced by webm_dash_manifest_write_header().
|
static |
Definition at line 491 of file webmdashenc.c.
|
static |
Definition at line 534 of file webmdashenc.c.
|
static |
Definition at line 540 of file webmdashenc.c.
|
static |
Definition at line 551 of file webmdashenc.c.
AVOutputFormat ff_webm_dash_manifest_muxer |
Definition at line 558 of file webmdashenc.c.