diff options
author | İsmail Dönmez <ismail@namtrac.org> | 2007-07-13 13:04:55 +0000 |
---|---|---|
committer | Diego Biurrun <diego@biurrun.de> | 2007-07-13 13:04:55 +0000 |
commit | 63e24954beb7a7b6528ea830b6f224f19083f5f6 (patch) | |
tree | 20a919359918fe1be54341970140823837e50297 /libavcodec/opt.h | |
parent | ef466de0a87c6436cb5a33577c168088db32c65d (diff) | |
download | ffmpeg-63e24954beb7a7b6528ea830b6f224f19083f5f6.tar.gz |
Replace non-existing @fixme doxygen tags with @todo.
patch by Ismail Dönmez, ismail pardus.org tr
Originally committed as revision 9625 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavcodec/opt.h')
-rw-r--r-- | libavcodec/opt.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libavcodec/opt.h b/libavcodec/opt.h index 65d0b45453..b79f462660 100644 --- a/libavcodec/opt.h +++ b/libavcodec/opt.h @@ -48,7 +48,7 @@ typedef struct AVOption { /** * short English text help. - * @fixme what about other languages + * @todo what about other languages */ const char *help; int offset; ///< offset to context structure where the parsed value should be stored |