diff options
author | Alex Converse <alex.converse@gmail.com> | 2010-07-27 14:13:24 +0000 |
---|---|---|
committer | Alex Converse <alex.converse@gmail.com> | 2010-07-27 14:13:24 +0000 |
commit | ac3ccbc0e2d4e491a7b0887000db44f69f32229b (patch) | |
tree | c3c534537093f4bf390b30a4114d6f38e1817f3e /libavformat/avformat.h | |
parent | 4419c8bf25a724776680de4bdd0ce97c69550c1e (diff) | |
download | ffmpeg-ac3ccbc0e2d4e491a7b0887000db44f69f32229b.tar.gz |
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.h | 3 |
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 |