[MPlayer-cvslog] CVS: main subreader.c,1.145,1.146

Ivan Kalvachev ikalvachev at gmail.com
Sat Mar 18 00:44:34 CET 2006


2006/3/17, Jindrich Makovicka <makovick at kmlinux.fjfi.cvut.cz>:
> Alban Bedel CVS wrote:
> > CVS change done by Alban Bedel CVS
> Enca still doesn't work. It seems that stream cannot seek after an EOF,
> so all reads after guess_cp() fail.

does this help, or it breaks something?

diff -u -r1.87 stream.c
--- stream.c	16 Mar 2006 14:24:22 -0000	1.87
+++ stream.c	17 Mar 2006 23:41:53 -0000
@@ -319,6 +319,7 @@
       return 0;
     }
   }
+  s->eof=0; // seeking outside bound would fail, so it must be ok...
 //   putchar('.');fflush(stdout);
 //} else {
 //   putchar('%');fflush(stdout);




More information about the MPlayer-cvslog mailing list