]> git.vomp.tv Git - vompclient.git/commitdiff
remove seek call
authorChris Tallon <chris@vomp.tv>
Fri, 5 May 2006 21:55:41 +0000 (21:55 +0000)
committerChris Tallon <chris@vomp.tv>
Fri, 5 May 2006 21:55:41 +0000 (21:55 +0000)
demuxer.cc

index a829986a9787823a7bf9486ec6d55294c2416cae..c379d93f4439abd3ea641d8d779defc3849ad3f3 100644 (file)
@@ -92,7 +92,6 @@ void Demuxer::flush()
   videostream.flush();
   audiostream.flush();
   state_frametype = state_framepos = 0;
-  seek();
 }
 
 void Demuxer::flushAudio()