Mercurial > libavformat.hg
changeset 6326:a7040617f568 libavformat
Document existing rules for AVInputFormat.name.
author | alexc |
---|---|
date | Tue, 27 Jul 2010 14:13:24 +0000 |
parents | 83cd11644ff1 |
children | c4e4d3e9f487 |
files | avformat.h |
diffstat | 1 files changed, 3 insertions(+), 0 deletions(-) [+] |
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