Commit 8ce8b378 authored by bellard's avatar bellard

export match_ext()


git-svn-id: file:///var/local/repositories/ffmpeg/trunk@1256 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
parent 5b9a750f
...@@ -344,6 +344,8 @@ void url_split(char *proto, int proto_size, ...@@ -344,6 +344,8 @@ void url_split(char *proto, int proto_size,
char *path, int path_size, char *path, int path_size,
const char *url); const char *url);
int match_ext(const char *filename, const char *extensions);
#endif /* HAVE_AV_CONFIG_H */ #endif /* HAVE_AV_CONFIG_H */
#endif /* AVFORMAT_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