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