comparison src/video/fbcon/SDL_fbvideo.c @ 330:5fed858d551c

Date: 03 Apr 2002 15:28:09 +0200 From: Alexander Pipelka <pipelka@bms-austria.com> Subject: SDL patches This one adds 2 new videomodes for the fbconsole. 720x576, 720x480 These are used by the NSC settopbox we are using for MPEG2 decoding.
author Sam Lantinga <slouken@libsdl.org>
date Wed, 03 Apr 2002 21:45:25 +0000
parents f6ffac90895c
children 414d77a36716
comparison
equal deleted inserted replaced
329:1d74ddc90cb2 330:5fed858d551c
71 { 0, 0, 1152, 864 }, /* 16 bpp: 0x192, or 402 */ 71 { 0, 0, 1152, 864 }, /* 16 bpp: 0x192, or 402 */
72 { 0, 0, 1024, 768 }, /* 16 bpp: 0x117, or 279 */ 72 { 0, 0, 1024, 768 }, /* 16 bpp: 0x117, or 279 */
73 { 0, 0, 960, 720 }, /* 16 bpp: 0x18A, or 394 */ 73 { 0, 0, 960, 720 }, /* 16 bpp: 0x18A, or 394 */
74 { 0, 0, 800, 600 }, /* 16 bpp: 0x114, or 276 */ 74 { 0, 0, 800, 600 }, /* 16 bpp: 0x114, or 276 */
75 { 0, 0, 768, 576 }, /* 16 bpp: 0x182, or 386 */ 75 { 0, 0, 768, 576 }, /* 16 bpp: 0x182, or 386 */
76 { 0, 0, 720, 576 }, /* PAL */
77 { 0, 0, 720, 480 }, /* NTSC */
76 { 0, 0, 640, 480 }, /* 16 bpp: 0x111, or 273 */ 78 { 0, 0, 640, 480 }, /* 16 bpp: 0x111, or 273 */
77 { 0, 0, 640, 400 }, /* 8 bpp: 0x100, or 256 */ 79 { 0, 0, 640, 400 }, /* 8 bpp: 0x100, or 256 */
78 { 0, 0, 512, 384 }, 80 { 0, 0, 512, 384 },
79 { 0, 0, 320, 240 }, 81 { 0, 0, 320, 240 },
80 { 0, 0, 320, 200 } 82 { 0, 0, 320, 200 }