Mercurial > libavcodec.hg
comparison opt.h @ 5299:4623928e3b9e libavcodec
Replace non-existing @fixme doxygen tags with @todo.
patch by Ismail D«Ónmez, ismail pardus.org tr
author | diego |
---|---|
date | Fri, 13 Jul 2007 13:04:55 +0000 |
parents | 4394344397d8 |
children | 1d83e9c34641 |
comparison
equal
deleted
inserted
replaced
5298:e00f7048c50c | 5299:4623928e3b9e |
---|---|
46 typedef struct AVOption { | 46 typedef struct AVOption { |
47 const char *name; | 47 const char *name; |
48 | 48 |
49 /** | 49 /** |
50 * short English text help. | 50 * short English text help. |
51 * @fixme what about other languages | 51 * @todo what about other languages |
52 */ | 52 */ |
53 const char *help; | 53 const char *help; |
54 int offset; ///< offset to context structure where the parsed value should be stored | 54 int offset; ///< offset to context structure where the parsed value should be stored |
55 enum AVOptionType type; | 55 enum AVOptionType type; |
56 | 56 |