Commit 001edc99 authored by Robert Ogden's avatar Robert Ogden Committed by Commit Bot

Fix testVideoMetrics metric change after new ffmpeg release

Bug: 807049
Change-Id: Ia223724629db4f04a676a023a4dbda365a0dbba3
Reviewed-on: https://chromium-review.googlesource.com/893719Reviewed-by: default avatarTarun Bansal <tbansal@chromium.org>
Commit-Queue: Robert Ogden <robertogden@google.com>
Cr-Commit-Position: refs/heads/master@{#532962}
parent a8d6f212
......@@ -123,7 +123,7 @@ class Video(IntegrationTest):
@Slow
def testVideoMetrics(self):
expected = {
'duration': 3.128,
'duration': 3.068,
'webkitDecodedFrameCount': 54.0,
'videoWidth': 1280.0,
'videoHeight': 720.0
......
Markdown is supported
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