[Ffmpeg-cvslog] r8264 - trunk/libavformat/avformat.h

takis subversion
Mon Mar 5 17:12:29 CET 2007


Author: takis
Date: Mon Mar  5 17:12:29 2007
New Revision: 8264

Modified:
   trunk/libavformat/avformat.h

Log:
Clarify doxygen description.


Modified: trunk/libavformat/avformat.h
==============================================================================
--- trunk/libavformat/avformat.h	(original)
+++ trunk/libavformat/avformat.h	Mon Mar  5 17:12:29 2007
@@ -170,7 +170,7 @@ typedef struct AVOutputFormat {
     const char *name;
     const char *long_name;
     const char *mime_type;
-    const char *extensions; /**< comma separated extensions */
+    const char *extensions; /**< comma separated filename extensions */
     /** size of private data so that it can be allocated in the wrapper */
     int priv_data_size;
     /* output support */




More information about the ffmpeg-cvslog mailing list