Go to the documentation of this file.
   32     const uint8_t *p = 
str;
 
   35         if (*p == 
'#' || *p == 
';' || *p == 
'=' || *p == 
'\\' || *p == 
'\n')
 
   67     for (
i = 0; 
i < 
s->nb_streams; 
i++) {
 
   73     for (
i = 0; 
i < 
s->nb_chapters; 
i++) {
 
   92     .
p.
name        = 
"ffmetadata",
 
   94     .p.extensions  = 
"ffmeta",
 
  
int64_t end
chapter start/end time in time_base units
void avio_w8(AVIOContext *s, int b)
#define NULL_IF_CONFIG_SMALL(x)
Return NULL if CONFIG_SMALL is true, otherwise the argument without modification.
void avio_write(AVIOContext *s, const unsigned char *buf, int size)
#define i(width, name, range_min, range_max)
int avio_printf(AVIOContext *s, const char *fmt,...) av_printf_format(2
Writes a formatted string to the context.
This structure stores compressed data.
AVRational time_base
time base in which the start/end timestamps are specified
const AVDictionaryEntry * av_dict_iterate(const AVDictionary *m, const AVDictionaryEntry *prev)
Iterate over a dictionary.