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

Unified Diff: media/filters/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/omx_video_decode_engine.cc ('k') | media/filters/video_decoder_impl.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: media/filters/video_decode_engine.h
diff --git a/media/filters/video_decode_engine.h b/media/filters/video_decode_engine.h
index 9cfbe97eb9bdb1ed9ebbd1c9c3738b3b40762eaa..8fa93cf5056bc474969687455303d90a60402a3c 100644
--- a/media/filters/video_decode_engine.h
+++ b/media/filters/video_decode_engine.h
@@ -1,11 +1,11 @@
-// Copyright (c) 2009 The Chromium Authors. All rights reserved. Use of this
+// Copyright (c) 2010 The Chromium Authors. All rights reserved. Use of this
// source code is governed by a BSD-style license that can be found in the
// LICENSE file.
#ifndef MEDIA_FILTERS_VIDEO_DECODE_ENGINE_H_
#define MEDIA_FILTERS_VIDEO_DECODE_ENGINE_H_
-#include "media/base/buffers.h" // For VideoSurface.
+#include "media/base/video_frame.h"
// FFmpeg types.
//
@@ -48,7 +48,7 @@ class VideoDecodeEngine {
// Returns the VideoSurface::Format of the resulting |yuv_frame| from
// DecodeFrame().
- virtual VideoSurface::Format GetSurfaceFormat() const = 0;
+ virtual VideoFrame::Format GetSurfaceFormat() const = 0;
// Returns the current state of the decode engine.
virtual State state() const = 0;
« no previous file with comments | « media/filters/omx_video_decode_engine.cc ('k') | media/filters/video_decoder_impl.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698