mirror of
https://github.com/nyanmisaka/ffmpeg-rockchip.git
synced 2025-10-18 22:55:12 +08:00
Remove pointless #undefs of previously forbidden functions.
This commit is contained in:
@@ -498,7 +498,6 @@ int av_parse_time(int64_t *timeval, const char *timestr, int duration)
|
||||
char lastch;
|
||||
int negative = 0;
|
||||
|
||||
#undef time
|
||||
time_t now = time(0);
|
||||
|
||||
len = strlen(timestr);
|
||||
@@ -643,8 +642,6 @@ int av_find_info_tag(char *arg, int arg_size, const char *tag1, const char *info
|
||||
|
||||
#ifdef TEST
|
||||
|
||||
#undef printf
|
||||
|
||||
int main(void)
|
||||
{
|
||||
printf("Testing av_parse_video_rate()\n");
|
||||
|
Reference in New Issue
Block a user