提交 ac3ccbc0 编写于 作者: A Alex Converse

Document existing rules for AVInputFormat.name.

Originally committed as revision 24544 to svn://svn.ffmpeg.org/ffmpeg/trunk
上级 4419c8bf
......@@ -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
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册