]> git.sesse.net Git - ffmpeg/blobdiff - libavutil/opt.h
arm: intreadwrite: revert 16-bit load asm to old version for gcc < 4.6
[ffmpeg] / libavutil / opt.h
index 6182326af28fe103f439749854358f0898ee6d03..19549408e2e3df94e7059b24a25e367211920c60 100644 (file)
@@ -34,6 +34,7 @@
 
 /**
  * @defgroup avoptions AVOptions
+ * @ingroup lavu_data
  * @{
  * AVOptions provide a generic system to declare options on arbitrary structs
  * ("objects"). An option can have a help text, a type and a range of possible
  * filled with option as a parameter. This allows to set some options
  * that cannot be set otherwise, since e.g. the input file format is not known
  * before the file is actually opened.
- * @}
  */
 
 enum AVOptionType{
@@ -584,6 +584,7 @@ int av_opt_get_int   (void *obj, const char *name, int search_flags, int64_t
 int av_opt_get_double(void *obj, const char *name, int search_flags, double     *out_val);
 int av_opt_get_q     (void *obj, const char *name, int search_flags, AVRational *out_val);
 /**
+ * @}
  * @}
  */