diff options
author | Stefano Sabatini <stefano.sabatini-lala@poste.it> | 2010-03-08 23:51:53 +0000 |
---|---|---|
committer | Stefano Sabatini <stefano.sabatini-lala@poste.it> | 2010-03-08 23:51:53 +0000 |
commit | f4495cdc00d7ff5d23255fc333de5881151121e7 (patch) | |
tree | 2fdb98020be2354b220d8c646a2f4749f2104a73 /libavformat/avformat.h | |
parent | 7082ea56c8dca13807d9b5fa77f9469941d38da9 (diff) | |
download | ffmpeg-f4495cdc00d7ff5d23255fc333de5881151121e7.tar.gz |
Remove definition of match_ext(), which is declared under #ifdef
HAVE_AV_CONFIG_H and so not publicly declared, and currently unused.
Originally committed as revision 22353 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavformat/avformat.h')
-rw-r--r-- | libavformat/avformat.h | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/libavformat/avformat.h b/libavformat/avformat.h index eda556e986..10371a48c2 100644 --- a/libavformat/avformat.h +++ b/libavformat/avformat.h @@ -1392,13 +1392,6 @@ int ff_url_join(char *str, int size, const char *proto, const char *authorization, const char *hostname, int port, const char *fmt, ...); -#if LIBAVFORMAT_VERSION_MAJOR < 53 -/** - * @deprecated Use av_match_ext() instead. - */ -attribute_deprecated int match_ext(const char *filename, const char *extensions); -#endif - /** * Returns a positive value if the given filename has one of the given * extensions, 0 otherwise. |