projects
/
libav.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
export match_ext()
[libav.git]
/
libav
/
avformat.h
diff --git
a/libav/avformat.h
b/libav/avformat.h
index
dd37a93
..
0ea10f7
100644
(file)
--- a/
libav/avformat.h
+++ b/
libav/avformat.h
@@
-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 */