Home
last modified time | relevance | path

Searched refs:mo_full (Results 1 – 1 of 1) sorted by relevance

/third_party/ffmpeg/libavutil/
Dparseutils.c478 const char *mo_full = months[i] + 3; in date_get_month() local
479 int len = strlen(mo_full); in date_get_month()
481 if (len > 0 && !av_strncasecmp(*pp, mo_full, len)) in date_get_month()