Browse Source

* redundant declaration removed

Originally committed as revision 724 to svn://svn.ffmpeg.org/ffmpeg/trunk
tags/v0.5
Zdenek Kabelac 23 years ago
parent
commit
436483c2ec
1 changed files with 0 additions and 1 deletions
  1. +0
    -1
      libav/avformat.h

+ 0
- 1
libav/avformat.h View File

@@ -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 */


Loading…
Cancel
Save