Mercurial > mplayer.hg
diff libmpcodecs/mp_image.h @ 31173:b35751576d17
cosmetics: Drop pointless _s suffix from 'struct mp_image'.
| author | diego |
|---|---|
| date | Thu, 27 May 2010 10:08:30 +0000 |
| parents | 6e9ece21c004 |
| children | 2b390c08ed07 |
line wrap: on
line diff
--- a/libmpcodecs/mp_image.h Thu May 27 09:59:15 2010 +0000 +++ b/libmpcodecs/mp_image.h Thu May 27 10:08:30 2010 +0000 @@ -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;
