# HG changeset patch # User alexc # Date 1280240004 0 # Node ID a7040617f56847a8d1ccbd8cf36ebdbfc42077da # Parent 83cd11644ff14582fba3f2a12df99adce5b94c9a Document existing rules for AVInputFormat.name. diff -r 83cd11644ff1 -r a7040617f568 avformat.h --- 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