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

Unified Diff: media/filters/omx_video_decode_engine.h

Issue 1226001: Merged VideoSurface, VideoFrame and VideoFrameImpl in VideoFrame. (Closed)
Patch Set: Created 10 years, 9 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/filters/ffmpeg_video_decode_engine_unittest.cc ('k') | media/filters/omx_video_decode_engine.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: media/filters/omx_video_decode_engine.h
diff --git a/media/filters/omx_video_decode_engine.h b/media/filters/omx_video_decode_engine.h
index 43bb65dadf82037c4b57a4b8cd409b93a9febf05..3ddc244d5c2748e7654a64b85f0ba9b5892579f7 100644
--- a/media/filters/omx_video_decode_engine.h
+++ b/media/filters/omx_video_decode_engine.h
@@ -38,7 +38,7 @@ class OmxVideoDecodeEngine : public VideoDecodeEngine,
virtual void DecodeFrame(const Buffer& buffer, AVFrame* yuv_frame,
bool* got_result, Task* done_cb);
virtual void Flush(Task* done_cb);
- virtual VideoSurface::Format GetSurfaceFormat() const;
+ virtual VideoFrame::Format GetSurfaceFormat() const;
virtual State state() const { return state_; }
« no previous file with comments | « media/filters/ffmpeg_video_decode_engine_unittest.cc ('k') | media/filters/omx_video_decode_engine.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698