diff options
author | Fabrice Bellard <fabrice@bellard.org> | 2002-11-20 14:54:46 +0000 |
---|---|---|
committer | Fabrice Bellard <fabrice@bellard.org> | 2002-11-20 14:54:46 +0000 |
commit | a941f3919dc4b4b3194eb15ee975638ec67e816f (patch) | |
tree | 716460fd218076eae2ec486ad6ca9818198b588e /libav/avformat.h | |
parent | cb1fdc61047f1c25b7fd4e7113ba20ebfced1d2f (diff) | |
download | ffmpeg-a941f3919dc4b4b3194eb15ee975638ec67e816f.tar.gz |
export match_ext()
Originally committed as revision 1256 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libav/avformat.h')
-rw-r--r-- | libav/avformat.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/libav/avformat.h b/libav/avformat.h index dd37a930b1..0ea10f7dfe 100644 --- 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 */ |