summaryrefslogtreecommitdiff
path: root/libavformat/avformat.h
diff options
context:
space:
mode:
authorAlex Converse <alex.converse@gmail.com>2010-07-27 14:13:24 +0000
committerAlex Converse <alex.converse@gmail.com>2010-07-27 14:13:24 +0000
commitac3ccbc0e2d4e491a7b0887000db44f69f32229b (patch)
treec3c534537093f4bf390b30a4114d6f38e1817f3e /libavformat/avformat.h
parent4419c8bf25a724776680de4bdd0ce97c69550c1e (diff)
Document existing rules for AVInputFormat.name.
Originally committed as revision 24544 to svn://svn.ffmpeg.org/ffmpeg/trunk
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