video_common: Added some common resolution name aliases.
Signed-off-by: Andrei-Liviu Simion <andrei.simion@xilinx.com>
This commit is contained in:
parent
13e6880ff5
commit
f6d7ad2d02
1 changed files with 3 additions and 0 deletions
|
@ -186,7 +186,10 @@ typedef enum {
|
|||
XVIDC_VM_PROG_END = (XVIDC_VM_NUM_SUPPORTED - 1),
|
||||
|
||||
/* Common naming. */
|
||||
XVIDC_VM_VGA_60_P = XVIDC_VM_640x480_60_P,
|
||||
XVIDC_VM_480_60_P = XVIDC_VM_720x480_60_P,
|
||||
XVIDC_VM_SVGA_60_P = XVIDC_VM_800x600_60_P,
|
||||
XVIDC_VM_XGA_60_P = XVIDC_VM_1024x768_60_P,
|
||||
XVIDC_VM_720_50_P = XVIDC_VM_1280x720_50_P,
|
||||
XVIDC_VM_720_60_P = XVIDC_VM_1280x720_60_P,
|
||||
XVIDC_VM_WXGA_60_P = XVIDC_VM_1366x768_60_P,
|
||||
|
|
Loading…
Add table
Reference in a new issue