Home
last modified time | relevance | path

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

/third_party/ffmpeg/libavformat/
H A Dconcatdec.c54 int64_t inpoint; member
160 file->inpoint = AV_NOPTS_VALUE; in add_file()
374 file->file_inpoint = (file->inpoint == AV_NOPTS_VALUE) ? file->file_start_time : file->inpoint; in open_file()
385 if (file->inpoint != AV_NOPTS_VALUE) { in open_file()
386 if ((ret = avformat_seek_file(cat->avf, -1, INT64_MIN, file->inpoint, file->inpoint, 0)) < 0) in open_file()
445 [DIR_INPOINT ] = { "inpoint", "d", NEEDS_FILE },
560 file->inpoint = arg_int[0]; in concat_parse_script()
668 if (cat->files[i].inpoint in concat_read_header()
[all...]

Completed in 2 milliseconds