Home
last modified time | relevance | path

Searched refs:AVMOVCtts (Results 1 - 2 of 2) sorted by relevance

/third_party/ffmpeg/libavformat/
H A Davformat.h948 typedef struct AVMOVCtts { struct
951 } AVMOVCtts; typedef
1140 AVMOVCtts *ctts_data;
H A Dmov.c3335 st->ctts_data = malloc(st->ctts_count * sizeof(AVMOVCtts));
3337 memcpy(st->ctts_data, sc->ctts_data, st->ctts_count * sizeof(AVMOVCtts));

Completed in 13 milliseconds