]> git.pld-linux.org Git - packages/kino.git/commitdiff
- looks obsolete
authorArkadiusz Miśkiewicz <arekm@maven.pl>
Sat, 25 Nov 2006 21:57:44 +0000 (21:57 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    kino-segfault_empty_chapter.patch -> 1.2

kino-segfault_empty_chapter.patch [deleted file]

diff --git a/kino-segfault_empty_chapter.patch b/kino-segfault_empty_chapter.patch
deleted file mode 100644 (file)
index a26c5da..0000000
+++ /dev/null
@@ -1,27 +0,0 @@
-#! /bin/sh /usr/share/dpatch/dpatch-run
-## Paul Brossier <piem@debian.org>
-## DP: fix segfault when dvdauth chapter list empty
-
-@DPATCH@
---- kino-0.76.orig/src/page_export_mjpeg.cc
-+++ kino-0.76/src/page_export_mjpeg.cc
-@@ -472,8 +472,10 @@
-               {
-                       std::string tmpSceneStr;
-                       tmpSceneStr = this->common->getTime().parseFramesToString( *sceneIter, SMIL::Time::TIME_FORMAT_SMPTE );
-+                        if (tmpSceneStr.length() > 9)
-                       chapterList << "," << tmpSceneStr.substr( 1, 7 ) << "." << std::setw( 2 ) << std::setfill( '0' ) <<
-                               static_cast< int >( atof( tmpSceneStr.substr( 9, 2 ).c_str() ) / ( isPal ? 25 : 29.97 ) * 100 );
-+                        else goto endchapter;
-               }
-               /* output the single vob, checking for chapter marks */
-@@ -481,6 +483,8 @@
-               chapterList.str() << "\" pause=\"0\" />" << std::endl;
-       }
-+endchapter:
-+
-       xml << "\t\t\t</pgc>" << std::endl;
-       xml << "\t\t</titles>" << std::endl;
-       xml << "\t</titleset>" <<std::endl;
This page took 0.105858 seconds and 4 git commands to generate.