[FFmpeg-cvslog] r18971 - trunk/libavformat/avformat.h

stefano subversion
Thu May 28 00:43:52 CEST 2009


Author: stefano
Date: Thu May 28 00:43:52 2009
New Revision: 18971

Log:
Document match_ext().

Modified:
   trunk/libavformat/avformat.h

Modified: trunk/libavformat/avformat.h
==============================================================================
--- trunk/libavformat/avformat.h	Wed May 27 23:45:25 2009	(r18970)
+++ trunk/libavformat/avformat.h	Thu May 28 00:43:52 2009	(r18971)
@@ -1231,6 +1231,12 @@ void url_split(char *proto, int proto_si
                char *path, int path_size,
                const char *url);
 
+/**
+ * Returns a positive value if the given filename has one of the given
+ * extensions, 0 otherwise.
+ *
+ * @param extensions a comma-separated list of filename extensions
+ */
 int match_ext(const char *filename, const char *extensions);
 
 #endif /* HAVE_AV_CONFIG_H */



More information about the ffmpeg-cvslog mailing list