X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=modules%2Fvideo_filter%2Ffilter_common.h;h=07ffd4a8f01623c6260348f70aa7e04584b7bee7;hb=724f40098f3029aabae9b97d90185ba9c73f74df;hp=e0f00d3c883dc285820045671c5a0a84832cc852;hpb=9ec1b8a0275afa50e0f161b38932d2425970451b;p=vlc diff --git a/modules/video_filter/filter_common.h b/modules/video_filter/filter_common.h index e0f00d3c88..07ffd4a8f0 100644 --- a/modules/video_filter/filter_common.h +++ b/modules/video_filter/filter_common.h @@ -1,8 +1,8 @@ /***************************************************************************** * filter_common.h: Common filter functions ***************************************************************************** - * Copyright (C) 2001, 2002, 2003 VideoLAN - * $Id: filter_common.h,v 1.5 2003/10/26 12:46:55 sigmunau Exp $ + * 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 ) \ @@ -43,7 +43,7 @@ } \ \ /* Allocate the picture */ \ - vout_AllocatePicture( p_vout, p_pic, p_vout->output.i_chroma, \ + vout_AllocatePicture( VLC_OBJECT(p_vout), p_pic, p_vout->output.i_chroma, \ p_vout->output.i_width, \ p_vout->output.i_height, \ p_vout->output.i_aspect ); \