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

Unified Diff: media/video/video_decode_accelerator.h

Issue 1869103002: Enable adaptive playback for spitzer, use conservative size. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: cl feedback. Created 4 years, 8 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/video/video_decode_accelerator.h
diff --git a/media/video/video_decode_accelerator.h b/media/video/video_decode_accelerator.h
index cc01eaf20fed957dda230671c719acf341fc299d..6722e2b97193157308fc43e68da692a01cc293bf 100644
--- a/media/video/video_decode_accelerator.h
+++ b/media/video/video_decode_accelerator.h
@@ -122,6 +122,9 @@ class MEDIA_EXPORT VideoDecodeAccelerator {
// an output SurfaceView on Android. It's only valid when not equal to
// |kNoSurfaceID|.
int surface_id = kNoSurfaceID;
+
+ // Coded size of the video frame hint, subject to change.
+ gfx::Size initial_expected_coded_size;
};
// Interface for collaborating with picture interface to provide memory for

Powered by Google App Engine
This is Rietveld 408576698