Mercurial > mplayer.hg
changeset 31173:b35751576d17
cosmetics: Drop pointless _s suffix from 'struct mp_image'.
author | diego |
---|---|
date | Thu, 27 May 2010 10:08:30 +0000 |
parents | 85219fe5960c |
children | 39f5b7f71ddd |
files | libmpcodecs/mp_image.h |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
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;