Mailing List archive

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

[vdr] Re: vdr-dvd-0.3.3-jau-p7 (backwards/rewind with picture)



-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

On Monday 06 October 2003 17:14, Lauri Tischler wrote:
> Tilo Renkl wrote:
> > Hi Sven,
> >
> > you are a maniak :-) Thank you very, very much.
> >
>
> Yep, just about six hours to wait :)

just to not make you wait too long -
apply this diff (yes this time just a patch to this ML)
and while fast-rewind, no more very 1st large jumper ..

no i can watch a dvd ;-)

good nite, sven
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.2.3 (GNU/Linux)

iD8DBQE/gYxjHdOA30NoFAARAqb1AJ9zrvHpNAaQGuYgpBMNvE7ix7+O9gCfbMbW
H9qQ6D4d6YhuY32VIkRPk/c=
=hBJE
-----END PGP SIGNATURE-----
diff -Nur dvd-0.3.3-jau-p7/player-dvd.c dvd-0.3.3-jau-p8/player-dvd.c
--- dvd-0.3.3-jau-p7/player-dvd.c	2003-10-06 16:36:03.000000000 +0200
+++ dvd-0.3.3-jau-p8/player-dvd.c	2003-10-06 17:26:06.000000000 +0200
@@ -194,6 +194,7 @@
   ptm_offs = 0;
   currButtonN = -1;
   blk_size = 0;
+  cntBlocksPlayed = 0;
   IframeCnt = 0;
   if (stillTimer > 0) {
       dvdnav_still_skip(nav);
@@ -256,9 +257,9 @@
   int sleept = 0;
   bool trickMode = false;
 
-  uint32_t cntBlocksPlayed  = 0;
   uint32_t cntBlocksSkipped  = 0;
   uint32_t bwdFactor  = 1;
+  cntBlocksPlayed = 0;
 
   while (running) {
 
diff -Nur dvd-0.3.3-jau-p7/player-dvd.h dvd-0.3.3-jau-p8/player-dvd.h
--- dvd-0.3.3-jau-p7/player-dvd.h	2003-10-06 15:54:53.000000000 +0200
+++ dvd-0.3.3-jau-p8/player-dvd.h	2003-10-06 17:24:13.000000000 +0200
@@ -117,6 +117,7 @@
     int IframeCnt;
 
     int skipPlayVideo;
+    uint32_t cntBlocksPlayed;
     
     int8_t subp_stream;
     int stillTimer;

Home | Main Index | Thread Index