vlc_codec: remove unused VLC_BITMAPINFO

This commit is contained in:
Steve Lhomme 2023-01-30 08:35:11 +01:00
parent a2947255c2
commit 73b0a8bdfe
1 changed files with 0 additions and 7 deletions

View File

@ -140,13 +140,6 @@ ATTR_PACKED
uint32_t biClrUsed;
uint32_t biClrImportant;
} VLC_BITMAPINFOHEADER, *VLC_PBITMAPINFOHEADER, *VLC_LPBITMAPINFOHEADER;
typedef struct
ATTR_PACKED
{
VLC_BITMAPINFOHEADER bmiHeader;
int bmiColors[1];
} VLC_BITMAPINFO, *VLC_LPBITMAPINFO;
#endif
#ifndef _REFERENCE_TIME_