Searched refs:PT_GLOB_SEQUENCE (Results 1 - 2 of 2) sorted by relevance
/third_party/ffmpeg/libavformat/ |
H A D | img2.h | 34 PT_GLOB_SEQUENCE, enumerator
|
H A D | img2dec.c | 242 s->pattern_type = PT_GLOB_SEQUENCE; in ff_img_read_header() 245 if (s->pattern_type == PT_GLOB_SEQUENCE) { in ff_img_read_header() 279 if ((s->pattern_type == PT_GLOB_SEQUENCE && !s->use_glob) || s->pattern_type == PT_SEQUENCE) { in ff_img_read_header() 303 } else if (s->pattern_type != PT_GLOB_SEQUENCE && s->pattern_type != PT_NONE) { in ff_img_read_header() 621 { "glob_sequence","select glob/sequence pattern type", 0, AV_OPT_TYPE_CONST, {.i64=PT_GLOB_SEQUENCE}, INT_MIN, INT_MAX, DEC, "pattern_type" },
|
Completed in 2 milliseconds