From 8700c75544d88f1479d5455b5b2788921d4dd5ee Mon Sep 17 00:00:00 2001 From: Guenter Bartsch Date: Sat, 9 Feb 2002 07:13:22 +0000 Subject: the long-awaited video_out changes, not completely debuged (races) - pts are 64 bit now - scr and video_out-loop run all the time - video_out cleanups - metronom cleanups - buffer type BUF_CONTROL_DISCONTINUITY is used internally now, input plugins should no longer send this one - support for individual frame durations - using nano-/usleep instead of itimer (simpler code, maybe this will help freebsd) CVS patchset: 1487 CVS date: 2002/02/09 07:13:22 --- src/video_out/video_out_syncfb.c | 10 +--------- 1 file changed, 1 insertion(+), 9 deletions(-) (limited to 'src/video_out/video_out_syncfb.c') diff --git a/src/video_out/video_out_syncfb.c b/src/video_out/video_out_syncfb.c index 87a042c61..ce34a6b1c 100644 --- a/src/video_out/video_out_syncfb.c +++ b/src/video_out/video_out_syncfb.c @@ -17,7 +17,7 @@ * along with this program; if not, write to the Free Software * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA * - * $Id: video_out_syncfb.c,v 1.52 2002/01/24 23:09:53 guenter Exp $ + * $Id: video_out_syncfb.c,v 1.53 2002/02/09 07:13:24 guenter Exp $ * * video_out_syncfb.c, SyncFB (for Matrox G200/G400 cards) interface for xine * @@ -327,10 +327,6 @@ static void write_frame_sfb(syncfb_driver_t* this, syncfb_frame_t* frame) } break; - case IMGFMT_RGB: - printf("video_out_syncfb: error. (RGB565 not yet supported)\n"); - break; - default: printf("video_out_syncfb: error. (unknown frame format)\n"); break; @@ -545,10 +541,6 @@ static void syncfb_adapt_to_output_area(syncfb_driver_t* this, this->syncfb_config.src_palette = VIDEO_PALETTE_YUV422; break; - case IMGFMT_RGB: - this->syncfb_config.src_palette = VIDEO_PALETTE_RGB565; - break; - default: this->syncfb_config.src_palette = 0; break; -- cgit v1.2.3