Ticket #10915: transcode.cpp.diff
File transcode.cpp.diff, 586 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 16ff6cd..9396c06 100644
a b class Cutter 538 538 { 539 539 return false; 540 540 } 541 else if ( abs(audioFramesToCut - frames) < audioFramesToCut)541 else if (llabs(audioFramesToCut - frames) < audioFramesToCut) 542 542 { 543 543 // Drop the packet containing these frames if doing 544 544 // so gets us closer to zero left to drop