[FFmpeg-soc] [soc]: r4274 - libavfilter/vf_overlay.c
vitor
subversion at mplayerhq.hu
Sat May 16 18:01:08 CEST 2009
Author: vitor
Date: Sat May 16 18:01:07 2009
New Revision: 4274
Log:
Add missing include.
Patch by Martin Storsjö - $firstname@$firstname.st
Modified:
libavfilter/vf_overlay.c
Modified: libavfilter/vf_overlay.c
==============================================================================
--- libavfilter/vf_overlay.c Sat May 16 16:48:54 2009 (r4273)
+++ libavfilter/vf_overlay.c Sat May 16 18:01:07 2009 (r4274)
@@ -23,6 +23,7 @@
#include "avfilter.h"
#include "libavcodec/eval.h"
+#include "libavutil/avstring.h"
static const char *var_names[] = {
"mainW", ///< width of the main video
More information about the FFmpeg-soc
mailing list