[MPlayer-cvslog] r31230 - trunk/libmpcodecs/mp_image.h

diego subversion at mplayerhq.hu
Thu May 27 12:08:30 CEST 2010


Author: diego
Date: Thu May 27 12:08:30 2010
New Revision: 31230

Log:
cosmetics: Drop pointless _s suffix from 'struct mp_image'.

Modified:
   trunk/libmpcodecs/mp_image.h

Modified: trunk/libmpcodecs/mp_image.h
==============================================================================
--- trunk/libmpcodecs/mp_image.h	Thu May 27 11:59:15 2010	(r31229)
+++ trunk/libmpcodecs/mp_image.h	Thu May 27 12:08:30 2010	(r31230)
@@ -96,7 +96,7 @@
 #define MP_IMGFIELD_BOTTOM 0x10
 #define MP_IMGFIELD_INTERLACED 0x20
 
-typedef struct mp_image_s {
+typedef struct mp_image {
     unsigned int flags;
     unsigned char type;
     int number;


More information about the MPlayer-cvslog mailing list