]> git.sesse.net Git - vlc/blobdiff - plugins/filter/transform.c
* ALL: changed "struct foo_s" into "struct foo_t" to make greppers happy.
[vlc] / plugins / filter / transform.c
index 32ce9172b03083a88ea3177b6c23d86074309534..651a3a9bb3a720eb7d37052e070fe1af5fab3343 100644 (file)
@@ -2,7 +2,7 @@
  * transform.c : transform image plugin for vlc
  *****************************************************************************
  * Copyright (C) 2000, 2001 VideoLAN
- * $Id: transform.c,v 1.15 2002/06/11 09:44:21 gbazin Exp $
+ * $Id: transform.c,v 1.16 2002/07/20 18:01:42 sam Exp $
  *
  * Authors: Samuel Hocevar <sam@zoy.org>
  *
@@ -78,7 +78,7 @@ MODULE_DEACTIVATE_STOP
  * This structure is part of the video output thread descriptor.
  * It describes the Transform specific properties of an output thread.
  *****************************************************************************/
-struct vout_sys_s
+struct vout_sys_t
 {
     int i_mode;
     vlc_bool_t b_rotation;