]> git.sesse.net Git - ffmpeg/commitdiff
Document existing rules for AVInputFormat.name.
authorAlex Converse <alex.converse@gmail.com>
Tue, 27 Jul 2010 14:13:24 +0000 (14:13 +0000)
committerAlex Converse <alex.converse@gmail.com>
Tue, 27 Jul 2010 14:13:24 +0000 (14:13 +0000)
Originally committed as revision 24544 to svn://svn.ffmpeg.org/ffmpeg/trunk

libavformat/avformat.h

index 8ba2d81605dda148756c5a9c37b2679d1f1a779f..68d48eadb1e10baa914954d59e36c2d96c046b04 100644 (file)
@@ -290,6 +290,9 @@ typedef struct AVOutputFormat {
 } 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