]> git.sesse.net Git - ffmpeg/blobdiff - libavcodec/tableprint.h
http: Add encoding/decoding flags to the AVOptions
[ffmpeg] / libavcodec / tableprint.h
index de355fc0aaa923d4d45944bc10c16414cdb48049..6f46a7cc8a82160929bdcd032b86a76931007b26 100644 (file)
@@ -26,6 +26,8 @@
 #include <inttypes.h>
 #include <stdio.h>
 
+#include "libavutil/common.h"
+
 #define WRITE_1D_FUNC_ARGV(type, linebrk, fmtstr, ...)\
 void write_##type##_array(const type *data, int len)\
 {\
@@ -54,7 +56,7 @@ void write_##type##_2d_array(const void *arg, int len, int len2)\
 }
 
 /**
- * \defgroup printfuncs Predefined functions for printing tables
+ * @name Predefined functions for printing tables
  *
  * \{
  */