[FFmpeg-cvslog] r24544 - trunk/libavformat/avformat.h
alexc
subversion
Tue Jul 27 16:13:25 CEST 2010
Author: alexc
Date: Tue Jul 27 16:13:24 2010
New Revision: 24544
Log:
Document existing rules for AVInputFormat.name.
Modified:
trunk/libavformat/avformat.h
Modified: trunk/libavformat/avformat.h
==============================================================================
--- trunk/libavformat/avformat.h Tue Jul 27 15:10:59 2010 (r24543)
+++ trunk/libavformat/avformat.h Tue Jul 27 16:13:24 2010 (r24544)
@@ -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
More information about the ffmpeg-cvslog
mailing list