[Pkg-chromium-commit] [pkg-chromium] 01/03: release 66.0.3359.22-2
Michael Gilbert
mgilbert at moszumanska.debian.org
Sun Apr 1 15:49:31 UTC 2018
This is an automated email from the git hooks/post-receive script.
mgilbert pushed a commit to branch experimental
in repository pkg-chromium.
commit 6466f6e1217fa88636f003be03540518b79247d8
Author: Michael Gilbert <mgilbert at debian.org>
Date: Sat Mar 24 22:51:25 2018 +0000
release 66.0.3359.22-2
---
debian/changelog | 6 ++++++
debian/patches/system/vpx.patch | 4 ++--
2 files changed, 8 insertions(+), 2 deletions(-)
diff --git a/debian/changelog b/debian/changelog
index ab34758..df6f3dc 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+chromium-browser (66.0.3359.22-2) experimental; urgency=medium
+
+ * Fix typo in vpx patch.
+
+ -- Michael Gilbert <mgilbert at debian.org> Sat, 24 Mar 2018 21:39:20 +0000
+
chromium-browser (66.0.3359.22-1) experimental; urgency=medium
* New upstream release.
diff --git a/debian/patches/system/vpx.patch b/debian/patches/system/vpx.patch
index 3074d17..cfa6c2d 100644
--- a/debian/patches/system/vpx.patch
+++ b/debian/patches/system/vpx.patch
@@ -11,8 +11,8 @@ author: chromium 65 authors
- pkt->data.frame.height[layer_id.spatial_layer_id];
- encoded_image_._encodedWidth =
- pkt->data.frame.width[layer_id.spatial_layer_id];
-+ encoded_image_._encodedHeight = raw->d_h;
-+ encoded_image_._encodedWidth = raw->d_w;
++ encoded_image_._encodedHeight = raw_->d_h;
++ encoded_image_._encodedWidth = raw_->d_w;
encoded_image_.timing_.flags = TimingFrameFlags::kInvalid;
int qp = -1;
vpx_codec_control(encoder_, VP8E_GET_LAST_QUANTIZER, &qp);
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-chromium/pkg-chromium.git
More information about the Pkg-chromium-commit
mailing list