mirror of
https://github.com/mpv-player/mpv
synced 2025-03-09 15:47:44 +00:00
support for raw DV >2Gb
patch by Pierre Beyssac <pb@fasterix.frmug.org> git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@10540 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
parent
d32a75c7c3
commit
bb725a75f7
@ -40,7 +40,7 @@ void demux_seek_rawdv(demuxer_t *demuxer,float rel_seek_secs,int flags)
|
||||
{
|
||||
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
|
||||
|
Loading…
Reference in New Issue
Block a user