Ticket #11249: transcode-delete.patch
File transcode-delete.patch, 532 bytes (added by , 13 years ago) |
---|
-
mythtv/programs/mythtranscode/transcode.cpp
diff --git a/mythtv/programs/mythtranscode/transcode.cpp b/mythtv/programs/mythtranscode/transcode.cpp index 71cee6d..eac2089 100755
a b int Transcode::TranscodeFile(const QString &inputname, 1513 1513 if (videoBuffer) 1514 1514 { 1515 1515 videoBuffer->stop(); 1516 delete videoBuffer; 1516 //don't delete videobuffer because it is a QRunnable 1517 //and will get deleted automatically 1517 1518 } 1518 1519 1519 1520 av_free(newFrame);