]> git.sesse.net Git - vlc/blobdiff - plugins/spudec/spu_decoder.h
* ALL: changed "struct foo_s" into "struct foo_t" to make greppers happy.
[vlc] / plugins / spudec / spu_decoder.h
index c67cc9d80ccd8482bee13828b5b52f57d597d446..4392cf600f8482dcc4fc74428c2157c1cb89ce6a 100644 (file)
@@ -2,7 +2,7 @@
  * spu_decoder.h : sub picture unit decoder thread interface
  *****************************************************************************
  * Copyright (C) 1999, 2000 VideoLAN
- * $Id: spu_decoder.h,v 1.5 2002/06/01 12:32:00 sam Exp $
+ * $Id: spu_decoder.h,v 1.6 2002/07/20 18:01:43 sam Exp $
  *
  * Authors: Samuel Hocevar <sam@zoy.org>
  *
@@ -21,7 +21,7 @@
  * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA  02111, USA.
  *****************************************************************************/
 
-struct subpicture_sys_s
+struct subpicture_sys_t
 {
     mtime_t i_pts;                                 /* presentation timestamp */
 
@@ -37,7 +37,7 @@ struct subpicture_sys_s
 /*****************************************************************************
  * spudec_thread_t : sub picture unit decoder thread descriptor
  *****************************************************************************/
-typedef struct spudec_thread_s
+typedef struct spudec_thread_t
 {
     /*
      * Thread properties and locks