Browse Source

Document existing rules for AVInputFormat.name.

Originally committed as revision 24544 to svn://svn.ffmpeg.org/ffmpeg/trunk
tags/n0.8
Alex Converse 15 years ago
parent
commit
ac3ccbc0e2
1 changed files with 3 additions and 0 deletions
  1. +3
    -0
      libavformat/avformat.h

+ 3
- 0
libavformat/avformat.h View File

@@ -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…
Cancel
Save