X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=modules%2Fvideo_filter%2Fdynamicoverlay%2Fdynamicoverlay_list.c;h=985d3c415fedf04141b9333574e976c069d12b05;hb=00b2cd8d574a8e4858c7625ee1db87efd66489e9;hp=06924fbb62f6926419fe832305263e2b3194da0a;hpb=01bc969275bfdc0a0990fba67b3633a1a5349fb5;p=vlc diff --git a/modules/video_filter/dynamicoverlay/dynamicoverlay_list.c b/modules/video_filter/dynamicoverlay/dynamicoverlay_list.c index 06924fbb62..985d3c415f 100644 --- a/modules/video_filter/dynamicoverlay/dynamicoverlay_list.c +++ b/modules/video_filter/dynamicoverlay/dynamicoverlay_list.c @@ -1,10 +1,10 @@ /***************************************************************************** * dynamicoverlay_list.h : dynamic overlay list ***************************************************************************** - * 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,7 @@ # include "config.h" #endif -#include +#include #include #include @@ -132,7 +132,7 @@ overlay_t *ListWalk( list_t *p_list ) for( ; pp_cur < p_list->pp_tail; ++pp_cur ) { if( ( *pp_cur != NULL ) && - ( (*pp_cur)->b_active == VLC_TRUE )&& + ( (*pp_cur)->b_active == true )&& ( (*pp_cur)->format.i_chroma != VLC_FOURCC( '\0','\0','\0','\0') ) ) { return *pp_cur;