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

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 more CR comments. 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
« no previous file with comments | « media/mp4/mp4_stream_parser.cc ('k') | media/tools/shader_bench/cpu_color_painter.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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)));
}
« no previous file with comments | « media/mp4/mp4_stream_parser.cc ('k') | media/tools/shader_bench/cpu_color_painter.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698