diff --git a/libavformat/avformat.h b/libavformat/avformat.h index 8ba2d81605..68d48eadb1 100644 --- a/libavformat/avformat.h +++ b/libavformat/avformat.h @@ -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