ports/multimedia/mythtv/files/patch-programs__mythtranscode__transcode.cpp
Bernhard Froehlich 5529961b65 - Update to 0.25
- Fix mythbackend rc script to start after mysql
- Add HOME env variable for mythbackend to find it's home directory
2012-05-10 08:21:14 +00:00

11 lines
499 B
C++

--- programs/mythtranscode/transcode.cpp.orig 2012-03-19 06:39:10.000000000 +0100
+++ programs/mythtranscode/transcode.cpp 2012-03-24 18:25:25.121052981 +0100
@@ -484,7 +484,7 @@
{
return false;
}
- else if (abs(audioFramesToCut - frames) < audioFramesToCut)
+ else if (llabs(audioFramesToCut - frames) < audioFramesToCut)
{
// Drop the packet containing these frames if doing
// so gets us closer to zero left to drop