|
|
|
@ -505,7 +505,7 @@ void k9DVDAuthor::DVDAuthorStderr(KProcess *proc, char *buffer, int buflen ) {
|
|
|
|
|
// m_copied+=totalBytes - m_lastPos;
|
|
|
|
|
m_copied=totalBytes;
|
|
|
|
|
m_lastPos=totalBytes;
|
|
|
|
|
//qDebug(TQString("copied : %1 totalSize : %2").arg(m_copied).arg(m_totalSize*512));
|
|
|
|
|
//qDebug("%s", (TQString("copied : %1 totalSize : %2").arg(m_copied).arg(m_totalSize*512).ascii());
|
|
|
|
|
m_percent=(float)m_copied / (float)(m_totalSize/DVD_VIDEO_LB_LEN );
|
|
|
|
|
|
|
|
|
|
|
|
|
|
@ -526,7 +526,7 @@ void k9DVDAuthor::DVDAuthorStderr(KProcess *proc, char *buffer, int buflen ) {
|
|
|
|
|
}
|
|
|
|
|
/* else {
|
|
|
|
|
if (!m_stderr.startsWith("libdvdread") && m_stderr.startsWith("libdvdnav"))
|
|
|
|
|
qDebug(m_stderr);
|
|
|
|
|
qDebug("%s", m_stderr.ascii());
|
|
|
|
|
}
|
|
|
|
|
*/
|
|
|
|
|
int end;
|
|
|
|
|