]> git.sesse.net Git - ffmpeg/blobdiff - libavutil/internal.h
Use full internal pathname in doxygen @file directives.
[ffmpeg] / libavutil / internal.h
index e11525f1475de3a6258769cba363fb8a981dcf3d..7041be2d6b72ad3e64b7a2ba9b53a31228b2532f 100644 (file)
@@ -19,7 +19,7 @@
  */
 
 /**
- * @file internal.h
+ * @file libavutil/internal.h
  * common internal API header
  */
 
@@ -34,7 +34,9 @@
 #include <stdint.h>
 #include <stddef.h>
 #include <assert.h>
+#include "config.h"
 #include "common.h"
+#include "mem.h"
 #include "timer.h"
 
 #ifndef attribute_align_arg
@@ -97,8 +99,6 @@
 #    define PIC
 #endif
 
-#include "config.h"
-
 #ifndef offsetof
 #    define offsetof(T,F) ((unsigned int)((char *)&((T *)0)->F))
 #endif
@@ -218,7 +218,7 @@ if((y)<(x)){\
 }
 #endif
 
-/* avoid usage of various functions */
+/* avoid usage of dangerous/inappropriate system functions */
 #undef  malloc
 #define malloc please_use_av_malloc
 #undef  free