Searched refs:PT_NONE (Results 1 - 2 of 2) sorted by relevance
/third_party/ffmpeg/libavformat/ |
H A D | img2.h | 37 PT_NONE, enumerator
|
H A D | img2dec.c | 240 s->pattern_type = PT_NONE; in ff_img_read_header() 303 } else if (s->pattern_type != PT_GLOB_SEQUENCE && s->pattern_type != PT_NONE) { in ff_img_read_header() 426 if (s->pattern_type == PT_NONE) { in ff_img_read_packet() 624 { "none", "disable pattern matching", 0, AV_OPT_TYPE_CONST, {.i64=PT_NONE }, INT_MIN, INT_MAX, DEC, "pattern_type" },
|
Completed in 3 milliseconds