]> git.sesse.net Git - ffmpeg/blobdiff - libavcodec/opt.h
cleanup get_unary()
[ffmpeg] / libavcodec / opt.h
index 65d0b4545309d9801260efb308fbfbca9a3646dc..b79f462660362909fa0f4f2d80dba3ab203a062d 100644 (file)
@@ -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