]> git.sesse.net Git - ffmpeg/blobdiff - libavcodec/opt.h
snow altivec is broken
[ffmpeg] / libavcodec / opt.h
index 151dbb788eb01fe16fc52031e7f239536abbaaa1..b79f462660362909fa0f4f2d80dba3ab203a062d 100644 (file)
@@ -27,6 +27,8 @@
  * AVOptions
  */
 
+#include "rational.h"
+
 enum AVOptionType{
     FF_OPT_TYPE_FLAGS,
     FF_OPT_TYPE_INT,
@@ -46,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