FFmpeg
4.3.7
|
#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 503 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 216 of file webmdashenc.c.
Referenced by write_adaptation_set().
|
static |
Definition at line 229 of file webmdashenc.c.
Referenced by write_adaptation_set().
|
static |
Definition at line 242 of file webmdashenc.c.
Referenced by write_adaptation_set().
|
static |
Definition at line 252 of file webmdashenc.c.
Referenced by webm_dash_manifest_write_header().
|
static |
Definition at line 271 of file webmdashenc.c.
Referenced by write_adaptation_set().
|
static |
Definition at line 286 of file webmdashenc.c.
Referenced by webm_dash_manifest_write_header().
|
static |
Definition at line 387 of file webmdashenc.c.
Referenced by webm_dash_manifest_write_header().
|
static |
Definition at line 455 of file webmdashenc.c.
|
static |
Definition at line 498 of file webmdashenc.c.
|
static |
Definition at line 504 of file webmdashenc.c.
|
static |
Definition at line 515 of file webmdashenc.c.
AVOutputFormat ff_webm_dash_manifest_muxer |
Definition at line 522 of file webmdashenc.c.