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

Unified Diff: media/filters/omx_video_decoder.h

Issue 2352001: render creation require media format have mime type and width/height (Closed)
Patch Set: Created 10 years, 7 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 | « no previous file | media/filters/omx_video_decoder.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: media/filters/omx_video_decoder.h
diff --git a/media/filters/omx_video_decoder.h b/media/filters/omx_video_decoder.h
index c406095c8db3b8dedc3131398672f2c665fc46fe..3f93f3af5914101d65bbd5c4443a66c03431e53f 100644
--- a/media/filters/omx_video_decoder.h
+++ b/media/filters/omx_video_decoder.h
@@ -58,6 +58,8 @@ class OmxVideoDecoder : public VideoDecoder {
bool supports_egl_image_;
scoped_refptr<OmxVideoDecodeEngine> omx_engine_;
MediaFormat media_format_;
+ size_t width_;
+ size_t height_;
DISALLOW_COPY_AND_ASSIGN(OmxVideoDecoder);
};
« no previous file with comments | « no previous file | media/filters/omx_video_decoder.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698