video_common: XVID_VM_WXGA_60_P->XVID_VM_1366x768_60_P.
Signed-off-by: Andrei-Liviu Simion <andrei.simion@xilinx.com>
This commit is contained in:
parent
7238e810ce
commit
58fe1d72f5
2 changed files with 1 additions and 9 deletions
|
@ -164,9 +164,6 @@ typedef enum {
|
|||
XVID_VM_4K2K_30_P,
|
||||
XVID_VM_4K2K_60_P,
|
||||
|
||||
XVID_VM_WXGA_60_P,
|
||||
XVID_VM_UXGA_60_P,
|
||||
|
||||
XVID_VM_480_30_I,
|
||||
XVID_VM_576_25_I,
|
||||
XVID_VM_1080_25_I,
|
||||
|
@ -176,6 +173,7 @@ typedef enum {
|
|||
XVID_VM_USE_EDID_PREFERRED,
|
||||
XVID_VM_NO_INPUT,
|
||||
|
||||
XVID_VM_WXGA_60_P = XVID_VM_1366x768_60_P,
|
||||
XVID_VM_UXGA_60_P = XVID_VM_1600x1200_60_P,
|
||||
XVID_VM_WSXGA_60_P = XVID_VM_1680x1050_60_P,
|
||||
XVID_VM_WUXGA_60_P = XVID_VM_1920x1200_60_P
|
||||
|
|
|
@ -453,12 +453,6 @@ const XVid_VideoTimingMode XVid_VideoTimingModes[XVID_VM_NUM_SUPPORT] =
|
|||
{3840, 176, 80, 304, 4400, 1,
|
||||
2160, 60, 8, 22, 2250, 0, 0, 0, 0, 1} },
|
||||
|
||||
/* PC resolutions. */
|
||||
{ XVID_VM_WXGA_60_P, "1366x768@60Hz", XVID_FR_60HZ,
|
||||
0,
|
||||
{1366, 70, 143, 213, 1792, 1,
|
||||
768, 3, 3, 24, 798, 0, 0, 0, 0, 1} },
|
||||
|
||||
/* Interlaced modes. */
|
||||
{ XVID_VM_480_30_I, "720x480@30Hz (I)", XVID_FR_30HZ,
|
||||
0,
|
||||
|
|
Loading…
Add table
Reference in a new issue