diff libmpcodecs/vf_screenshot.c @ 35712:d206960484fe

Add a number of missing libavutil header #includes.
author diego
date Mon, 21 Jan 2013 18:21:51 +0000
parents bec9e755fb9b
children 8517826b0dbd
line wrap: on
line diff
--- a/libmpcodecs/vf_screenshot.c	Mon Jan 21 18:21:24 2013 +0000
+++ b/libmpcodecs/vf_screenshot.c	Mon Jan 21 18:21:51 2013 +0000
@@ -37,6 +37,7 @@
 #include "vf.h"
 #include "vf_scale.h"
 
+#include "libavutil/mem.h"
 #include "libswscale/swscale.h"
 #include "libavcodec/avcodec.h"