34 if (*p ==
'#' || *p ==
';' || *p ==
'=' || *p ==
'\\' || *p ==
'\n')
94 .extensions =
"ffmeta",
unsigned int nb_chapters
Number of chapters in AVChapter array.
AVStream ** streams
A list of all streams in the file.
AVDictionaryEntry * av_dict_get(const AVDictionary *m, const char *key, const AVDictionaryEntry *prev, int flags)
Get a dictionary entry with matching key.
void avio_write(AVIOContext *s, const unsigned char *buf, int size)
AVDictionary * metadata
Metadata that applies to the whole file.
#define NULL_IF_CONFIG_SMALL(x)
Return NULL if CONFIG_SMALL is true, otherwise the argument without modification. ...
unsigned int nb_streams
Number of elements in AVFormatContext.streams.
int void avio_flush(AVIOContext *s)
Force flushing of buffered data.
int64_t end
chapter start/end time in time_base units
AVIOContext * pb
I/O context.
void avio_w8(AVIOContext *s, int b)
AVRational time_base
time base in which the start/end timestamps are specified
#define AV_DICT_IGNORE_SUFFIX
Return first entry in a dictionary whose first part corresponds to the search key, ignoring the suffix of the found key string.
This structure stores compressed data.
int avio_printf(AVIOContext *s, const char *fmt,...) av_printf_format(2