Commit 436483c2 authored by Zdenek Kabelac's avatar Zdenek Kabelac

* redundant declaration removed

Originally committed as revision 724 to svn://svn.ffmpeg.org/ffmpeg/trunk
parent de0f2f4c
...@@ -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