export match_ext()

Originally committed as revision 1256 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
Fabrice Bellard 2002-11-20 14:54:46 +00:00
parent cb1fdc6104
commit a941f3919d
1 changed files with 2 additions and 0 deletions

View File

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