]> git.sesse.net Git - vlc/blobdiff - modules/video_filter/dynamicoverlay/dynamicoverlay_queue.c
Fix encoding (and writing).
[vlc] / modules / video_filter / dynamicoverlay / dynamicoverlay_queue.c
index 4fb546af2a07bdb2e1f284559b2861d840b6858a..c3896e9ae4e1681447a3ed6d999ecf7f517ab336 100644 (file)
@@ -1,10 +1,10 @@
 /*****************************************************************************
  * dynamicoverlay_commands.c : dynamic overlay plugin commands
  *****************************************************************************
- * Copyright (C) 2008 the VideoLAN team
+ * Copyright (C) 2008-2009 the VideoLAN team
  * $Id$
  *
- * Author: SÃ\83¸ren BÃ\83¸g <avacore@videolan.org>
+ * Author: Søren Bøg <avacore@videolan.org>
  *         Jean-Paul Saman <jpsaman@videolan.org>
  *
  * This program is free software; you can redistribute it and/or modify
@@ -26,7 +26,8 @@
 # include "config.h"
 #endif
 
-#include <vlc/vlc.h>
+#include <vlc_common.h>
+#include <vlc_osd.h>
 
 #include "dynamicoverlay.h"