X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=modules%2Fvideo_filter%2Ffilter_common.h;h=2efc0521d3a6744be35a8d0b091787524e385a0c;hb=848489c3863b1b7ddbe542aa3e746063722b9280;hp=8004bd16747fcdd45e3852f98c293286b294802c;hpb=85b29bdc288a1573d43bd524908be5748a9b3640;p=vlc diff --git a/modules/video_filter/filter_common.h b/modules/video_filter/filter_common.h index 8004bd1674..2efc0521d3 100644 --- a/modules/video_filter/filter_common.h +++ b/modules/video_filter/filter_common.h @@ -1,7 +1,7 @@ /***************************************************************************** * filter_common.h: Common filter functions ***************************************************************************** - * Copyright (C) 2001, 2002, 2003 VideoLAN (Centrale Réseaux) and its contributors + * Copyright (C) 2001, 2002, 2003 the VideoLAN team * $Id$ * * Authors: Samuel Hocevar @@ -18,7 +18,7 @@ * * You should have received a copy of the GNU General Public License * along with this program; if not, write to the Free Software - * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111, USA. + * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston MA 02110-1301, USA. *****************************************************************************/ #define ALLOCATE_DIRECTBUFFERS( i_max ) \ @@ -68,6 +68,7 @@ static int SetParentVal( vlc_object_t *p_this, char const *psz_var, vlc_value_t oldval, vlc_value_t newval, void *p_data ) { + VLC_UNUSED(p_this); VLC_UNUSED(oldval); var_Change( (vlc_object_t *)p_data, psz_var, VLC_VAR_SETVALUE, &newval, NULL ); return VLC_SUCCESS;