mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2024-12-23 12:43:46 +02:00
Document existing rules for AVInputFormat.name.
Originally committed as revision 24544 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
parent
4419c8bf25
commit
ac3ccbc0e2
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user