Commit d34aaafa authored by kabi's avatar kabi

* redundant declaration removed


git-svn-id: file:///var/local/repositories/ffmpeg/trunk@724 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
parent 2be4ffd7
...@@ -266,7 +266,6 @@ void dump_format(AVFormatContext *ic, ...@@ -266,7 +266,6 @@ void dump_format(AVFormatContext *ic,
const char *url, const char *url,
int is_output); int is_output);
int parse_image_size(int *width_ptr, int *height_ptr, const char *str); int parse_image_size(int *width_ptr, int *height_ptr, const char *str);
INT64 gettime(void);
INT64 parse_date(const char *datestr, int duration); INT64 parse_date(const char *datestr, int duration);
/* ffm specific for ffserver */ /* ffm specific for ffserver */
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment