git.videolan.org
/
ffmpeg.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4419c8b
)
Document existing rules for AVInputFormat.name.
author
Alex Converse
<alex.converse@gmail.com>
Tue, 27 Jul 2010 14:13:24 +0000
(14:13 +0000)
committer
Alex Converse
<alex.converse@gmail.com>
Tue, 27 Jul 2010 14:13:24 +0000
(14:13 +0000)
Originally committed as revision 24544 to svn://svn.ffmpeg.org/ffmpeg/trunk
libavformat/avformat.h
patch
|
blob
|
history
diff --git
a/libavformat/avformat.h
b/libavformat/avformat.h
index
8ba2d81
..
68d48ea
100644
(file)
--- 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