summaryrefslogtreecommitdiff
path: root/libavformat/avformat.h
diff options
context:
space:
mode:
Diffstat (limited to 'libavformat/avformat.h')
-rw-r--r--libavformat/avformat.h3
1 files changed, 3 insertions, 0 deletions
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