FFmpeg
Loading...
Searching...
No Matches
dash.c File Reference
#include "config.h"
#include "libavutil/avstring.h"
#include "libavutil/intreadwrite.h"
#include "libavutil/mathematics.h"
#include "libavutil/opt.h"
#include "libavutil/rational.h"
#include "libavutil/time_internal.h"
#include "avc.h"
#include "avformat.h"
#include "avio_internal.h"
#include "internal.h"
#include "isom.h"
#include "os_support.h"
#include "url.h"
#include "dash.h"

Go to the source code of this file.

Functions

static DASHTmplId dash_read_tmpl_id (const char *identifier, char *format_tag, size_t format_tag_size, const char **ptr)
 
void ff_dash_fill_tmpl_params (char *dst, size_t buffer_size, const char *template, int rep_id, int number, int bit_rate, int64_t time)
 

Function Documentation

◆ dash_read_tmpl_id()

static DASHTmplId dash_read_tmpl_id ( const char * identifier,
char * format_tag,
size_t format_tag_size,
const char ** ptr )
static

Definition at line 43 of file dash.c.

Referenced by ff_dash_fill_tmpl_params().

◆ ff_dash_fill_tmpl_params()

void ff_dash_fill_tmpl_params ( char * dst,
size_t buffer_size,
const char * template,
int rep_id,
int number,
int bit_rate,
int64_t time )

Definition at line 95 of file dash.c.

Referenced by dash_init(), dash_write_packet(), and get_current_fragment().