video_common: WUXGA is 1920x1200 not 1600x1200.
Signed-off-by: Andrei-Liviu Simion <andrei.simion@xilinx.com>
This commit is contained in:
parent
57d0052df3
commit
7238e810ce
1 changed files with 1 additions and 1 deletions
|
@ -178,7 +178,7 @@ typedef enum {
|
||||||
|
|
||||||
XVID_VM_UXGA_60_P = XVID_VM_1600x1200_60_P,
|
XVID_VM_UXGA_60_P = XVID_VM_1600x1200_60_P,
|
||||||
XVID_VM_WSXGA_60_P = XVID_VM_1680x1050_60_P,
|
XVID_VM_WSXGA_60_P = XVID_VM_1680x1050_60_P,
|
||||||
XVID_VM_WUXGA_60_P = XVID_VM_1600x1200_60_P
|
XVID_VM_WUXGA_60_P = XVID_VM_1920x1200_60_P
|
||||||
} XVid_VideoMode;
|
} XVid_VideoMode;
|
||||||
|
|
||||||
typedef enum {
|
typedef enum {
|
||||||
|
|
Loading…
Add table
Reference in a new issue