]> git.sesse.net Git - vlc/blobdiff - plugins/filter/crop.c
* ALL: changed "struct foo_s" into "struct foo_t" to make greppers happy.
[vlc] / plugins / filter / crop.c
index 71f9179bb64063fd8d5683d951e9a21a93c351f7..4ade5d646f07a71047d9b2db22572c60e5aac63c 100644 (file)
@@ -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 <sam@zoy.org>
  *
@@ -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;