# HG changeset patch # User Sam Lantinga # Date 1017870325 0 # Node ID 5fed858d551c3cf6937cafafad574fe5f86a02aa # Parent 1d74ddc90cb29b068eac8d07366a94e4cb778769 Date: 03 Apr 2002 15:28:09 +0200 From: Alexander Pipelka 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. diff -r 1d74ddc90cb2 -r 5fed858d551c src/video/fbcon/SDL_fbvideo.c --- a/src/video/fbcon/SDL_fbvideo.c Mon Apr 01 15:35:28 2002 +0000 +++ b/src/video/fbcon/SDL_fbvideo.c Wed Apr 03 21:45:25 2002 +0000 @@ -73,6 +73,8 @@ { 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 },