]> git.sesse.net Git - ffmpeg/blobdiff - libavutil/avutil.h
vp3dec: Check coefficient index in vp3_dequant()
[ffmpeg] / libavutil / avutil.h
index 659a10f0703c966cb02b5d4c805fb4cdd24592d4..fa84eff9e78fcdeeb4dfa238edf6815b08470bb7 100644 (file)
  * This document describe the usage of the different libraries
  * provided by Libav.
  *
- * @li @subpage libavcodec  encoding/decoding library
+ * @li @ref libavc "libavcodec" encoding/decoding library
  * @li @subpage libavfilter graph based frame editing library
- * @li @subpage libavformat I/O and muxing/demuxing library
+ * @li @ref libavf "libavformat" I/O and muxing/demuxing library
+ * @li @ref lavd "libavdevice" special devices muxing/demuxing library
  * @li @ref lavu "libavutil" common utility library
  * @li @subpage libpostproc post processing library
  * @li @subpage libswscale  color conversion and scaling library
  */
 
 #define LIBAVUTIL_VERSION_MAJOR 51
-#define LIBAVUTIL_VERSION_MINOR 16
+#define LIBAVUTIL_VERSION_MINOR 20
 #define LIBAVUTIL_VERSION_MICRO  0
 
 #define LIBAVUTIL_VERSION_INT   AV_VERSION_INT(LIBAVUTIL_VERSION_MAJOR, \