Chromium Code Reviews

Unified Diff: media/filters/ffmpeg_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.
Jump to:
View side-by-side diff with in-line comments
« no previous file with comments | « media/base/video_frame_unittest.cc ('k') | media/filters/ffmpeg_video_decode_engine.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: media/filters/ffmpeg_video_decode_engine.h
diff --git a/media/filters/ffmpeg_video_decode_engine.h b/media/filters/ffmpeg_video_decode_engine.h
index b8338abb2156766cb01844d10eda11387f82941a..0b8383a0e664c39a1622ac054d3abc6acdffac27 100644
--- a/media/filters/ffmpeg_video_decode_engine.h
+++ b/media/filters/ffmpeg_video_decode_engine.h
@@ -1,4 +1,4 @@
-// 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.
@@ -27,7 +27,7 @@ class FFmpegVideoDecodeEngine : 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/base/video_frame_unittest.cc ('k') | media/filters/ffmpeg_video_decode_engine.cc » ('j') | no next file with comments »

Powered by Google App Engine