Mailing List archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[vdr] Re: AW: DVD v0.32a plays as slideshow



Hi,

On Wednesday 30 April 2003 17:13, Marco Berger wrote:

> Ist this Workaround only in 0.3.2a ??

the workarround was an attempt to fix a freeze on skip problem. the problem 
you see, will only occure with the AC3overDVB patch. until i release a new 
version, just tweak player-dvd.c like this:

@@ -277,7 +276,7 @@

       if (blk_size > 0) {
          int res = PlayVideo(write_blk + blk_offs, blk_size);
-         if (res <= 0) {
+         if (res < 0) {
              esyslog("ERROR: PlayVideo, %s (workaround activ)\n", 
strerror(errno));
              DeviceClear();
          }

[...]

Andreas


-- 
Info:
To unsubscribe send a mail to ecartis@linuxtv.org with "unsubscribe vdr" as subject.



Home | Main Index | Thread Index