summaryrefslogtreecommitdiff
path: root/multimedia/mkvtoolnix/files/patch-src-common-timecode.h
diff options
context:
space:
mode:
authorEmanuel Haupt <ehaupt@FreeBSD.org>2015-08-12 11:37:40 +0000
committerEmanuel Haupt <ehaupt@FreeBSD.org>2015-08-12 11:37:40 +0000
commitcce843e0b1eb29bc90c94a285ebab930c6f6d638 (patch)
treeea9a1cc2e1935349993eac2bc9b04762d3c38c7c /multimedia/mkvtoolnix/files/patch-src-common-timecode.h
parent- Add new port: textproc/R-cran-DT (diff)
Update to 8.2.0
Notes
Notes: svn path=/head/; revision=394016
Diffstat (limited to 'multimedia/mkvtoolnix/files/patch-src-common-timecode.h')
-rw-r--r--multimedia/mkvtoolnix/files/patch-src-common-timecode.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/multimedia/mkvtoolnix/files/patch-src-common-timecode.h b/multimedia/mkvtoolnix/files/patch-src-common-timecode.h
index 5552f5fd0b48..6595a0543d68 100644
--- a/multimedia/mkvtoolnix/files/patch-src-common-timecode.h
+++ b/multimedia/mkvtoolnix/files/patch-src-common-timecode.h
@@ -1,6 +1,6 @@
---- src/common/timecode.h.orig 2012-09-22 22:31:07.000000000 +0800
-+++ src/common/timecode.h 2012-09-22 22:31:19.000000000 +0800
-@@ -139,7 +139,7 @@
+--- src/common/timecode.h.orig 2015-07-18 11:39:41 UTC
++++ src/common/timecode.h
+@@ -147,7 +147,7 @@ public:
}
basic_timecode_c<T> abs() const {
@@ -8,4 +8,4 @@
+ return basic_timecode_c<T>{(T)std::abs(m_timecode), m_valid};
}
- // comparison
+ basic_timecode_c<T> value_or_min() const {