[Mplayer-cvslog] CVS: main/libmpdemux demux_rawdv.c,1.7,1.8

Gabucino gabucino at mplayerhq.hu
Thu Aug 7 15:25:36 CEST 2003


Update of /cvsroot/mplayer/main/libmpdemux
In directory mail:/var/tmp.root/cvs-serv16434/libmpdemux

Modified Files:
	demux_rawdv.c 
Log Message:
support for raw DV >2Gb
patch by Pierre Beyssac <pb at fasterix.frmug.org>


Index: demux_rawdv.c
===================================================================
RCS file: /cvsroot/mplayer/main/libmpdemux/demux_rawdv.c,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- demux_rawdv.c	30 Apr 2003 20:24:09 -0000	1.7
+++ demux_rawdv.c	7 Aug 2003 13:25:03 -0000	1.8
@@ -40,7 +40,7 @@
 {
    rawdv_frames_t *frames = (rawdv_frames_t *)demuxer->priv;
    sh_video_t *sh_video = demuxer->video->sh;
-   int newpos=(flags&1)?0:frames->current_frame;
+   off_t newpos=(flags&1)?0:frames->current_frame;
    if(flags&2)
    {
       // float 0..1



More information about the MPlayer-cvslog mailing list