From ac3ccbc0e2d4e491a7b0887000db44f69f32229b Mon Sep 17 00:00:00 2001 From: Alex Converse Date: Tue, 27 Jul 2010 14:13:24 +0000 Subject: [PATCH] Document existing rules for AVInputFormat.name. Originally committed as revision 24544 to svn://svn.ffmpeg.org/ffmpeg/trunk --- libavformat/avformat.h | 3 +++ 1 file changed, 3 insertions(+) diff --git a/libavformat/avformat.h b/libavformat/avformat.h index 8ba2d81..68d48ea 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 -- 2.7.4