Commit ac3ccbc0 authored by Alex Converse's avatar Alex Converse

Document existing rules for AVInputFormat.name.

Originally committed as revision 24544 to svn://svn.ffmpeg.org/ffmpeg/trunk
parent 4419c8bf
...@@ -290,6 +290,9 @@ typedef struct AVOutputFormat { ...@@ -290,6 +290,9 @@ typedef struct AVOutputFormat {
} AVOutputFormat; } AVOutputFormat;
typedef struct AVInputFormat { 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; const char *name;
/** /**
* Descriptive name for the format, meant to be more human-readable * Descriptive name for the format, meant to be more human-readable
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment