Replace some forgotten FFmpeg references by Libav.

This commit is contained in:
Diego Biurrun 2011-10-30 18:25:48 +01:00
parent 959cfbf3f4
commit f36b390275
6 changed files with 13 additions and 18 deletions

View file

@ -401,10 +401,7 @@ static int date_get_num(const char **pp,
return val;
}
/* small strptime for ffmpeg */
static
const char *small_strptime(const char *p, const char *fmt,
struct tm *dt)
static const char *small_strptime(const char *p, const char *fmt, struct tm *dt)
{
int c, val;