Searched defs:MOVContext (Results 1 – 1 of 1) sorted by relevance
246 typedef struct MOVContext { struct247 const AVClass *class; ///< class for private options248 AVFormatContext *fc;249 int time_scale;250 int64_t duration; ///< duration of the longest track251 int found_moov; ///< 'moov' atom has been found252 int found_mdat; ///< 'mdat' atom has been found253 int found_hdlr_mdta; ///< 'hdlr' atom with type 'mdta' has been found254 int trak_index; ///< Index of the current 'trak'255 char **meta_keys;[all …]