projects
/
platform
/
upstream
/
libav.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
cb1fdc6
)
export match_ext()
author
Fabrice Bellard
<fabrice@bellard.org>
Wed, 20 Nov 2002 14:54:46 +0000
(14:54 +0000)
committer
Fabrice Bellard
<fabrice@bellard.org>
Wed, 20 Nov 2002 14:54:46 +0000
(14:54 +0000)
Originally committed as revision 1256 to svn://svn.ffmpeg.org/ffmpeg/trunk
libav/avformat.h
patch
|
blob
|
history
diff --git
a/libav/avformat.h
b/libav/avformat.h
index dd37a930b1e7801d798f9eabaaeb222f87f677cc..0ea10f7dfe1e7748a8717535e410ea4e19984b81 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 */