summaryrefslogtreecommitdiff
path: root/multimedia/mythtv-frontend/files/patch-libs__libmythtv__videoout_vdpau.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'multimedia/mythtv-frontend/files/patch-libs__libmythtv__videoout_vdpau.cpp')
-rw-r--r--multimedia/mythtv-frontend/files/patch-libs__libmythtv__videoout_vdpau.cpp11
1 files changed, 0 insertions, 11 deletions
diff --git a/multimedia/mythtv-frontend/files/patch-libs__libmythtv__videoout_vdpau.cpp b/multimedia/mythtv-frontend/files/patch-libs__libmythtv__videoout_vdpau.cpp
deleted file mode 100644
index 8a90a59ac90c..000000000000
--- a/multimedia/mythtv-frontend/files/patch-libs__libmythtv__videoout_vdpau.cpp
+++ /dev/null
@@ -1,11 +0,0 @@
---- libs/libmythtv/videoout_vdpau.cpp.orig 2010-02-27 06:58:11.000000000 +0100
-+++ libs/libmythtv/videoout_vdpau.cpp 2010-04-06 17:40:50.000000000 +0200
-@@ -395,7 +395,7 @@
- if (frame)
- {
- // FIXME for 0.23. This should be triggered from AFD by a seek
-- if ((abs(frame->frameNumber - framesPlayed) > 8))
-+ if ((labs(frame->frameNumber - framesPlayed) > 8))
- ClearReferenceFrames();
- new_frame = (framesPlayed != frame->frameNumber + 1);
- framesPlayed = frame->frameNumber + 1;