diff options
author | Darren Salt <linux@youmustbejoking.demon.co.uk> | 2009-11-30 21:37:30 +0000 |
---|---|---|
committer | Darren Salt <linux@youmustbejoking.demon.co.uk> | 2009-11-30 21:37:30 +0000 |
commit | 140ffc62a23b22f84656ae768cfe719658aedbc2 (patch) | |
tree | 59a2e2ac37121ba9c8b11254f1671432e900db94 /src/libw32dll/libwin32.h | |
parent | 5f4681b57dd227a2d2a2dd9050fb6103daa6fabd (diff) | |
download | xine-lib-140ffc62a23b22f84656ae768cfe719658aedbc2.tar.gz xine-lib-140ffc62a23b22f84656ae768cfe719658aedbc2.tar.bz2 |
Trim trailing space & reduce space+tab.
Diffstat (limited to 'src/libw32dll/libwin32.h')
-rw-r--r-- | src/libw32dll/libwin32.h | 28 |
1 files changed, 14 insertions, 14 deletions
diff --git a/src/libw32dll/libwin32.h b/src/libw32dll/libwin32.h index e256ebf47..a8cc8504f 100644 --- a/src/libw32dll/libwin32.h +++ b/src/libw32dll/libwin32.h @@ -38,7 +38,7 @@ typedef struct _CodecInfo typedef struct _CImage // public your_libvo_mem { char* ptr; - + /*char* (*Data)(); { return 0; @@ -47,7 +47,7 @@ typedef struct _CImage // public your_libvo_mem /*int (*Supported)(fourcc_t csp, int bits); { return true; - // if you support such surface + // if you support such surface }*/ }CImage; @@ -105,18 +105,18 @@ struct IAudioEncoder typedef struct _BitmapInfo { - long biSize; - long biWidth; - long biHeight; - short biPlanes; - short biBitCount; - long biCompression; - long biSizeImage; - long biXPelsPerMeter; - long biYPelsPerMeter; - long biClrUsed; - long biClrImportant; - int colors[3]; + long biSize; + long biWidth; + long biHeight; + short biPlanes; + short biBitCount; + long biCompression; + long biSizeImage; + long biXPelsPerMeter; + long biYPelsPerMeter; + long biClrUsed; + long biClrImportant; + int colors[3]; } BitmapInfo; typedef struct _IVideoDecoder |