diff options
author | Zdenek Kabelac <kabi@informatics.muni.cz> | 2002-07-08 11:38:40 +0000 |
---|---|---|
committer | Zdenek Kabelac <kabi@informatics.muni.cz> | 2002-07-08 11:38:40 +0000 |
commit | 436483c2ec856a7e63dd57ec5fe963831bc059cd (patch) | |
tree | 92e1b621d1203615ffc67fd94edc0b2cc5ba66d1 | |
parent | de0f2f4cca622b035018943639b2673d38be28b5 (diff) | |
download | ffmpeg-436483c2ec856a7e63dd57ec5fe963831bc059cd.tar.gz |
* redundant declaration removed
Originally committed as revision 724 to svn://svn.ffmpeg.org/ffmpeg/trunk
-rw-r--r-- | libav/avformat.h | 1 |
1 files changed, 0 insertions, 1 deletions
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 */ |