Replace some forgotten FFmpeg references by Libav.
This commit is contained in:
parent
959cfbf3f4
commit
f36b390275
6 changed files with 13 additions and 18 deletions
|
@ -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;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue