diff options
author | trav90 <travawine@openmailbox.org> | 2018-02-04 13:19:22 -0600 |
---|---|---|
committer | trav90 <travawine@openmailbox.org> | 2018-02-04 13:19:22 -0600 |
commit | 405dfd4a772be1976a3571b189de48fab585214c (patch) | |
tree | a6031d45b30f0b5b66e2b1774d75b0f953a2aedc /dom | |
parent | df0fb34dff9daaa3633d34e1b2cdd9caacbb1d73 (diff) | |
download | uxp-405dfd4a772be1976a3571b189de48fab585214c.tar.gz |
Update FFmpeg code to n3.2-65-gee56777
Diffstat (limited to 'dom')
-rw-r--r-- | dom/media/Benchmark.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dom/media/Benchmark.cpp b/dom/media/Benchmark.cpp index a4761f1b1e..1ba6e561cc 100644 --- a/dom/media/Benchmark.cpp +++ b/dom/media/Benchmark.cpp @@ -22,7 +22,7 @@ namespace mozilla { // Update this version number to force re-running the benchmark. Such as when // an improvement to FFVP9 or LIBVPX is deemed worthwhile. -const uint32_t VP9Benchmark::sBenchmarkVersionID = 1; +const uint32_t VP9Benchmark::sBenchmarkVersionID = 2; const char* VP9Benchmark::sBenchmarkFpsPref = "media.benchmark.vp9.fps"; const char* VP9Benchmark::sBenchmarkFpsVersionCheck = "media.benchmark.vp9.versioncheck"; |