Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1351)

Unified Diff: media/tools/scaler_bench/scaler_bench.cc

Issue 10832087: Remove VideoDecoderConfig.frame_rate_xxx() & VideoFrame:Get/SetDuration() (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Address CR comments & build issues. Created 8 years, 5 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: media/tools/scaler_bench/scaler_bench.cc
diff --git a/media/tools/scaler_bench/scaler_bench.cc b/media/tools/scaler_bench/scaler_bench.cc
index 0aa053172acae68ff39cae127b01f398addab1e8..3337cdbffa2720153f6c41c89828f3783a96e275 100644
--- a/media/tools/scaler_bench/scaler_bench.cc
+++ b/media/tools/scaler_bench/scaler_bench.cc
@@ -124,7 +124,6 @@ static double BenchmarkFilter(media::ScaleFilter filter) {
VideoFrame::CreateFrame(VideoFrame::RGB32,
dest_width,
dest_height,
- TimeDelta::FromSeconds(0),
TimeDelta::FromSeconds(0)));
}
@@ -164,7 +163,6 @@ static double BenchmarkScaleWithRect() {
VideoFrame::CreateFrame(VideoFrame::RGB32,
dest_width,
dest_height,
- TimeDelta::FromSeconds(0),
TimeDelta::FromSeconds(0)));
}

Powered by Google App Engine
This is Rietveld 408576698