mirror of
https://gitlab.linphone.org/BC/public/linphone-iphone.git
synced 2026-05-07 05:53:06 +00:00
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:
parent
798956ea2a
commit
029ad0c57f
1 changed files with 6 additions and 6 deletions
|
|
@ -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}
|
||||
};
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue