diff avformat.h @ 6326:a7040617f568 libavformat

Document existing rules for AVInputFormat.name.
author alexc
date Tue, 27 Jul 2010 14:13:24 +0000
parents 2b1ab404f1cf
children de851c28b9f7
line wrap: on
line diff
--- a/avformat.h	Tue Jul 27 10:11:05 2010 +0000
+++ b/avformat.h	Tue Jul 27 14:13:24 2010 +0000
@@ -290,6 +290,9 @@
 } AVOutputFormat;
 
 typedef struct AVInputFormat {
+    /** A comma separated list of short names for the format. New names
+     * may be appended with a minor bump.
+     */
     const char *name;
     /**
      * Descriptive name for the format, meant to be more human-readable