diff options
Diffstat (limited to 'libavformat/internal.h')
-rw-r--r-- | libavformat/internal.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libavformat/internal.h b/libavformat/internal.h index 94c66b9ef8..f2b89a3384 100644 --- a/libavformat/internal.h +++ b/libavformat/internal.h @@ -52,7 +52,7 @@ do {\ } while(0) #endif -struct tm *brktimegm(time_t secs, struct tm *tm); +struct tm *ff_brktimegm(time_t secs, struct tm *tm); char *ff_data_to_hex(char *buf, const uint8_t *src, int size, int lowercase); |