Commit a941f391 authored by Fabrice Bellard's avatar Fabrice Bellard

export match_ext()

Originally committed as revision 1256 to svn://svn.ffmpeg.org/ffmpeg/trunk
parent cb1fdc61
......@@ -344,6 +344,8 @@ void url_split(char *proto, int proto_size,
char *path, int path_size,
const char *url);
int match_ext(const char *filename, const char *extensions);
#endif /* HAVE_AV_CONFIG_H */
#endif /* AVFORMAT_H */
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