diff options
author | Matthias Dahl <matt2000@users.sourceforge.net> | 2002-05-02 20:32:36 +0000 |
---|---|---|
committer | Matthias Dahl <matt2000@users.sourceforge.net> | 2002-05-02 20:32:36 +0000 |
commit | 8b7d6ead79f2d72d5c0687b6951b3df4aa595bf6 (patch) | |
tree | 9ab44f6f8fef6a030edf81911347753e8a25002e | |
parent | bba4ee0eb4a3c4c3335e56d6f15e8f62ac0592e7 (diff) | |
download | xine-lib-8b7d6ead79f2d72d5c0687b6951b3df4aa595bf6.tar.gz xine-lib-8b7d6ead79f2d72d5c0687b6951b3df4aa595bf6.tar.bz2 |
Just making sure the user sees the message right away.
CVS patchset: 1839
CVS date: 2002/05/02 20:32:36
-rw-r--r-- | src/video_out/video_out_syncfb.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/video_out/video_out_syncfb.c b/src/video_out/video_out_syncfb.c index ec685564e..cd67b235a 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.67 2002/05/02 17:51:47 matt2000 Exp $ + * $Id: video_out_syncfb.c,v 1.68 2002/05/02 20:32:36 matt2000 Exp $ * * video_out_syncfb.c, SyncFB (for Matrox G200/G400 cards) interface for xine * @@ -326,7 +326,7 @@ static void write_frame_sfb(syncfb_driver_t* this, syncfb_frame_t* frame) if(this->capabilities.palettes & (1<<VIDEO_PALETTE_YUV422)) write_frame_YUY2(this, frame); else - printf("video_out_syncfb: error. (YUY2 not supported by your graphic card)\n"); + printf("video_out_syncfb: error. (YUY2 not supported by your graphic card)\n"); break; case IMGFMT_YV12: @@ -836,7 +836,7 @@ static int syncfb_set_property(vo_driver_t* this_gen, int property, int value) syncfb_compute_ideal_size (this); */ - printf("video_out_syncfb: info. (the zooming feature is not supported at the moment because of a bug with the SyncFB kernel driver, please refer to README.syncfb)"); + printf("video_out_syncfb: info. (the zooming feature is not supported at the moment because of a bug with the SyncFB kernel driver, please refer to README.syncfb)\n"); break; case VO_PROP_CONTRAST: |