X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=modules%2Fvideo_filter%2Fdynamicoverlay%2Fdynamicoverlay_queue.c;h=c3896e9ae4e1681447a3ed6d999ecf7f517ab336;hb=63ffc8e1218d553842ba80e577b6110bd2d4e48d;hp=4fb546af2a07bdb2e1f284559b2861d840b6858a;hpb=5f65eb6642575dca1c8e7de112e16faacc922252;p=vlc diff --git a/modules/video_filter/dynamicoverlay/dynamicoverlay_queue.c b/modules/video_filter/dynamicoverlay/dynamicoverlay_queue.c index 4fb546af2a..c3896e9ae4 100644 --- a/modules/video_filter/dynamicoverlay/dynamicoverlay_queue.c +++ b/modules/video_filter/dynamicoverlay/dynamicoverlay_queue.c @@ -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øren Bøg + * Author: Søren Bøg * Jean-Paul Saman * * This program is free software; you can redistribute it and/or modify @@ -26,7 +26,8 @@ # include "config.h" #endif -#include +#include +#include #include "dynamicoverlay.h"