summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorMatthias Dahl <matt2000@users.sourceforge.net>2001-11-04 22:43:07 +0000
committerMatthias Dahl <matt2000@users.sourceforge.net>2001-11-04 22:43:07 +0000
commit57adc08fc63715153b9b2dd0064a526ccea88819 (patch)
treeb48735831fc6bb455a008edbeb8c62178a4990b9 /src
parent8b546da9e17e1d1859b588327010abadbfebcf2f (diff)
downloadxine-lib-57adc08fc63715153b9b2dd0064a526ccea88819.tar.gz
xine-lib-57adc08fc63715153b9b2dd0064a526ccea88819.tar.bz2
*** empty log message ***
CVS patchset: 951 CVS date: 2001/11/04 22:43:07
Diffstat (limited to 'src')
-rw-r--r--src/video_out/video_out_syncfb.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/video_out/video_out_syncfb.c b/src/video_out/video_out_syncfb.c
index 20951df87..5391c1f8a 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.25 2001/11/04 10:53:05 matt2000 Exp $
+ * $Id: video_out_syncfb.c,v 1.26 2001/11/04 22:43:07 matt2000 Exp $
*
* video_out_syncfb.c, SyncFB (for Matrox G200/G400 cards) interface for xine
*
@@ -96,7 +96,7 @@ typedef struct {
int palette; // palette the syncfb module is using
int overlay_state; // 0 = off, 1 = on
uint8_t* video_mem; // mmapped video memory
- int default_repeat; // how many times a frame will be displayed
+ int default_repeat; // how many times a frame will be repeatedly displayed
syncfb_config_t syncfb_config;
syncfb_capability_t capabilities;