Make it compatible with MSVC

git-svn-id: svn+ssh://svn.savannah.nongnu.org/linphone/trunk@149 3f6dc0c8-ddfe-455d-9043-3cd528dc4637
This commit is contained in:
aymeric 2008-11-02 23:13:12 +00:00
parent 798956ea2a
commit 029ad0c57f

View file

@ -191,12 +191,12 @@ void rgb24_copy_revert(uint8_t *dstbuf, int dstlsz,
}
static MSVideoSize _ordered_vsizes[]={
MS_VIDEO_SIZE_QCIF,
MS_VIDEO_SIZE_QVGA,
MS_VIDEO_SIZE_CIF,
MS_VIDEO_SIZE_VGA,
MS_VIDEO_SIZE_4CIF,
MS_VIDEO_SIZE_720P,
{MS_VIDEO_SIZE_QCIF_W,MS_VIDEO_SIZE_QCIF_H},
{MS_VIDEO_SIZE_QVGA_W,MS_VIDEO_SIZE_QVGA_H},
{MS_VIDEO_SIZE_CIF_W,MS_VIDEO_SIZE_CIF_H},
{MS_VIDEO_SIZE_VGA_W,MS_VIDEO_SIZE_VGA_H},
{MS_VIDEO_SIZE_4CIF_W,MS_VIDEO_SIZE_4CIF_H},
{MS_VIDEO_SIZE_720P_W,MS_VIDEO_SIZE_720P_H},
{0,0}
};