X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=plugins%2Ffilter%2Fcrop.c;h=4ade5d646f07a71047d9b2db22572c60e5aac63c;hb=bf9b62a4ea50a2ac124711378775c1def87243ca;hp=71f9179bb64063fd8d5683d951e9a21a93c351f7;hpb=d033d98b73c8ad5470e63e56afc9ee01024cb3d3;p=vlc diff --git a/plugins/filter/crop.c b/plugins/filter/crop.c index 71f9179bb6..4ade5d646f 100644 --- a/plugins/filter/crop.c +++ b/plugins/filter/crop.c @@ -2,7 +2,7 @@ * crop.c : Crop video plugin for vlc ***************************************************************************** * Copyright (C) 2002 VideoLAN - * $Id: crop.c,v 1.3 2002/06/11 09:44:21 gbazin Exp $ + * $Id: crop.c,v 1.4 2002/07/20 18:01:42 sam Exp $ * * Authors: Samuel Hocevar * @@ -74,7 +74,7 @@ MODULE_DEACTIVATE_STOP * This structure is part of the video output thread descriptor. * It describes the Crop specific properties of an output thread. *****************************************************************************/ -struct vout_sys_s +struct vout_sys_t { vout_thread_t *p_vout;