Anton Khirnov <[email protected]> writes: > +int64_t ff_iso8601_to_unix_time(const char *datestr) > +{ > + struct tm time = {0}; > + strptime(t->value, "%Y - %m - %dT%T", &time); > + return mktime(&time); > +} > --
s/t->value/datestr/ -- Måns Rullgård [email protected] _______________________________________________ libav-devel mailing list [email protected] https://lists.libav.org/mailman/listinfo/libav-devel
