Commit df6e2f81 authored by takis's avatar takis

Clarify doxygen description.


git-svn-id: file:///var/local/repositories/ffmpeg/trunk@8264 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
parent 186ff873
...@@ -170,7 +170,7 @@ typedef struct AVOutputFormat { ...@@ -170,7 +170,7 @@ typedef struct AVOutputFormat {
const char *name; const char *name;
const char *long_name; const char *long_name;
const char *mime_type; const char *mime_type;
const char *extensions; /**< comma separated extensions */ const char *extensions; /**< comma separated filename extensions */
/** size of private data so that it can be allocated in the wrapper */ /** size of private data so that it can be allocated in the wrapper */
int priv_data_size; int priv_data_size;
/* output support */ /* output support */
......
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