summaryrefslogtreecommitdiff
path: root/libavcodec/mem.c
diff options
context:
space:
mode:
Diffstat (limited to 'libavcodec/mem.c')
-rw-r--r--libavcodec/mem.c6
1 files changed, 6 insertions, 0 deletions
diff --git a/libavcodec/mem.c b/libavcodec/mem.c
index a36952fd74..c5ca166d33 100644
--- a/libavcodec/mem.c
+++ b/libavcodec/mem.c
@@ -16,6 +16,12 @@
* License along with this library; if not, write to the Free Software
* Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
*/
+
+/**
+ * @file mem.c
+ * default memory allocator for libavcodec.
+ */
+
#include "avcodec.h"
/* here we can use OS dependant allocation functions */