Commit 8ee2e78e authored by Thiago Macieira's avatar Thiago Macieira Committed by Jüri Valdmann
Browse files

Fix libvpx config tests


It'll never pass unless the code is valid C++.

Change-Id: I8b4ab98c34b94afd94b6fffd15516ec82d79bf17
Reviewed-by: default avatarJüri Valdmann <juri.valdmann@qt.io>
Showing with 1 addition and 1 deletion
......@@ -34,7 +34,7 @@ int main(int, char **)
// Members added (as ints) by
// https://chromium-review.googlesource.com/c/webm/libvpx/+/798222
// And changed to int arrays by
/ https://chromium-review.googlesource.com/c/webm/libvpx/+/879089
// https://chromium-review.googlesource.com/c/webm/libvpx/+/879089
pkt.data.frame.width[0] = 0u;
pkt.data.frame.height[0] = 0u;
return 0;
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment