]> git.sesse.net Git - vlc/blobdiff - plugins/aa/aa.c
* ALL: changed "struct foo_s" into "struct foo_t" to make greppers happy.
[vlc] / plugins / aa / aa.c
index 16864538d9b8ff5f0ee92fa330418ed5ac10b3e5..079dad1987ce3ad44cbdaf2e6dfc720f29ef6cf1 100644 (file)
@@ -2,7 +2,7 @@
  * vout_aa.c: Aa video output display method for testing purposes
  *****************************************************************************
  * Copyright (C) 2002 VideoLAN
- * $Id: aa.c,v 1.6 2002/06/02 09:03:53 sam Exp $
+ * $Id: aa.c,v 1.7 2002/07/20 18:01:42 sam Exp $
  *
  * Authors: Sigmund Augdal <sigmunau@idi.ntnu.no>
  *
@@ -67,7 +67,7 @@ MODULE_DEACTIVATE_STOP
  * This structure is part of the video output thread descriptor.
  * It describes the aa specific properties of an output thread.
  *****************************************************************************/
-struct vout_sys_s
+struct vout_sys_t
 {
     struct aa_context*  aa_context;
     aa_palette          palette;