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
This commit is contained in:
Stefano Sabatini
2010-03-08 23:51:53 +00:00
parent 7082ea56c8
commit f4495cdc00
2 changed files with 0 additions and 14 deletions

View File

@@ -142,13 +142,6 @@ void av_register_output_format(AVOutputFormat *format)
format->next = NULL;
}
#if LIBAVFORMAT_VERSION_MAJOR < 53
int match_ext(const char *filename, const char *extensions)
{
return av_match_ext(filename, extensions);
}
#endif
int av_match_ext(const char *filename, const char *extensions)
{
const char *ext, *p;