]> git.sesse.net Git - vlc/blobdiff - modules/codec/fake.c
Add some video-filter2 effects to wxwidget extrapanel
[vlc] / modules / codec / fake.c
index 2e4c589b9409995ac2ee9a00d6580be70f36c61f..6c47a525b16ead386c3496f0e11fbaa9a95dfe2a 100644 (file)
@@ -29,7 +29,7 @@
 # include "config.h"
 #endif
 
-#include <vlc/vlc.h>
+#include <vlc_common.h>
 #include <vlc_plugin.h>
 #include <vlc_codec.h>
 
@@ -78,7 +78,7 @@ static int FakeCallback( vlc_object_t *, char const *,
 #define CHROMA_LONGTEXT N_( \
     "Force use of a specific chroma for output. Default is I420." )
 
-static const char *ppsz_deinterlace_type[] =
+static const char *const ppsz_deinterlace_type[] =
 {
     "deinterlace", "ffmpeg-deinterlace"
 };