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

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavformat/
H A Did3v2enc.c119 char year[5] = {0}, day_month[5] = {0}; local
140 snprintf(day_month, sizeof(day_month), "%.2s%.2s", value + i + 4, value + i + 1);
141 av_dict_set(&dst, "TDAT", day_month, 0);

Completed in 44 milliseconds