From: Chris Tallon Date: Fri, 5 May 2006 21:55:41 +0000 (+0000) Subject: remove seek call X-Git-Tag: r0-2-2b~15 X-Git-Url: https://git.vomp.tv/gitweb/?a=commitdiff_plain;h=86965f2bb5708c27d0b4ec1a88050a8063cd6239;p=vompclient.git remove seek call --- diff --git a/demuxer.cc b/demuxer.cc index a829986..c379d93 100644 --- a/demuxer.cc +++ b/demuxer.cc @@ -92,7 +92,6 @@ void Demuxer::flush() videostream.flush(); audiostream.flush(); state_frametype = state_framepos = 0; - seek(); } void Demuxer::flushAudio()