Skip to content

Commit

Permalink
Date: 03 Apr 2002 15:28:09 +0200
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
slouken committed Apr 3, 2002
1 parent b6b7baa commit 35a6c91
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/video/fbcon/SDL_fbvideo.c
Expand Up @@ -73,6 +73,8 @@ static const SDL_Rect checkres[] = {
{ 0, 0, 960, 720 }, /* 16 bpp: 0x18A, or 394 */
{ 0, 0, 800, 600 }, /* 16 bpp: 0x114, or 276 */
{ 0, 0, 768, 576 }, /* 16 bpp: 0x182, or 386 */
{ 0, 0, 720, 576 }, /* PAL */
{ 0, 0, 720, 480 }, /* NTSC */
{ 0, 0, 640, 480 }, /* 16 bpp: 0x111, or 273 */
{ 0, 0, 640, 400 }, /* 8 bpp: 0x100, or 256 */
{ 0, 0, 512, 384 },
Expand Down

0 comments on commit 35a6c91

Please sign in to comment.