From 436483c2ec856a7e63dd57ec5fe963831bc059cd Mon Sep 17 00:00:00 2001 From: Zdenek Kabelac Date: Mon, 8 Jul 2002 11:38:40 +0000 Subject: [PATCH] * redundant declaration removed Originally committed as revision 724 to svn://svn.ffmpeg.org/ffmpeg/trunk --- libav/avformat.h | 1 - 1 file changed, 1 deletion(-) diff --git a/libav/avformat.h b/libav/avformat.h index 8ab1dab542..4e76482e2a 100644 --- a/libav/avformat.h +++ b/libav/avformat.h @@ -266,7 +266,6 @@ void dump_format(AVFormatContext *ic, const char *url, int is_output); int parse_image_size(int *width_ptr, int *height_ptr, const char *str); -INT64 gettime(void); INT64 parse_date(const char *datestr, int duration); /* ffm specific for ffserver */