Home
last modified time | relevance | path

Searched defs:MOVContext (Results 1 – 1 of 1) sorted by relevance

/third_party/ffmpeg/libavformat/
Disom.h246 typedef struct MOVContext { struct
247 const AVClass *class; ///< class for private options
248 AVFormatContext *fc;
249 int time_scale;
250 int64_t duration; ///< duration of the longest track
251 int found_moov; ///< 'moov' atom has been found
252 int found_mdat; ///< 'mdat' atom has been found
253 int found_hdlr_mdta; ///< 'hdlr' atom with type 'mdta' has been found
254 int trak_index; ///< Index of the current 'trak'
255 char **meta_keys;
[all …]