]> git.sesse.net Git - vlc/blobdiff - plugins/qnx/vout_qnx.c
* ALL: changed "struct foo_s" into "struct foo_t" to make greppers happy.
[vlc] / plugins / qnx / vout_qnx.c
index fe794c31bd693a771dbb333aba9399e7de8d87f1..d502fddd0c3f8f57bd4f8f8a115abb387ef105ea 100644 (file)
@@ -52,7 +52,7 @@
 #define MODE_VIDEO_MEM      2
 #define MODE_VIDEO_OVERLAY  3
 
-struct vout_sys_s
+struct vout_sys_t
 {
     /* video mode */
     int                     i_mode;
@@ -93,7 +93,7 @@ struct vout_sys_s
  * This structure is part of the picture descriptor, it describes the
  * XVideo specific properties of a direct buffer.
  *****************************************************************************/
-struct picture_sys_s
+struct picture_sys_t
 {
     /* [shared] memory blit */
     PhImage_t *             p_image;