[MPlayer-dev-eng] [PATCH] dvdnav compile fix
Mark Szabo
mw3 at bsd.hu
Thu Mar 28 23:49:42 CET 2002
Hi,
this patch fix dvdnav compile error
--
Mark Szabo (Mw3)
mw3 at bsd.hu
-------------- next part --------------
Index: libmpdemux/stream.c
===================================================================
RCS file: /cvsroot/mplayer/main/libmpdemux/stream.c,v
retrieving revision 1.30
diff -u -r1.30 stream.c
--- libmpdemux/stream.c 28 Mar 2002 20:40:05 -0000 1.30
+++ libmpdemux/stream.c 28 Mar 2002 23:09:00 -0000
@@ -102,8 +102,8 @@
break;
}
case DVDNAV_STILL_FRAME: {
- printf( "Still Frame\n" );
dvdnav_still_event_t *still_event = (dvdnav_still_event_t*)(s->buffer);
+ printf( "Still Frame\n" );
if(still_event->length==0xff) { printf( "Sleeping indefinately\n" ); sleeping=2; }
else {
InitTimer();
More information about the MPlayer-dev-eng
mailing list