1
0
mirror of https://github.com/mpv-player/mpv synced 2024-12-24 15:52:25 +00:00

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

git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@31230 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
diego 2010-05-27 10:08:30 +00:00
parent 67958c9b9f
commit 9bc124bcda

View File

@ -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;