Projects
home:DarkWav
MPlayer
bug490-demux_lavf.patch
Sign Up
Log In
Username
Password
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File bug490-demux_lavf.patch of Package MPlayer
--- a/libmpdemux/demux_lavf.c +++ b/libmpdemux/demux_lavf.c @@ -121,7 +121,7 @@ static int64_t mp_seek(void *opaque, int if(pos<0) return -1; current_pos = stream_tell(stream); - if(stream_seek(stream, pos)==0) { + if(pos != current_pos && stream_seek(stream, pos)==0) { stream_reset(stream); stream_seek(stream, current_pos); return -1;
Locations
Projects
Search
Status Monitor
Help
Open Build Service
OBS Manuals
API Documentation
OBS Portal
Reporting a Bug
Contact
Mailing List
Forums
Chat (IRC)
Twitter
Open Build Service (OBS)
is an
openSUSE project
.