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

Unified Diff: media/base/video_decoder.cc

Issue 297553002: Add callback in VideoDecoder and AudioDecoder to return decoded frames. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 6 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/base/video_decoder.h ('k') | media/filters/audio_decoder_selector_unittest.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: media/base/video_decoder.cc
diff --git a/media/base/video_decoder.cc b/media/base/video_decoder.cc
index 118e2a3e3a9a8b90a79830351467454c0979fd10..9a6de2fdd35904aaa838506e31c894af836be6c0 100644
--- a/media/base/video_decoder.cc
+++ b/media/base/video_decoder.cc
@@ -12,10 +12,6 @@ VideoDecoder::VideoDecoder() {}
VideoDecoder::~VideoDecoder() {}
-scoped_refptr<VideoFrame> VideoDecoder::GetDecodeOutput() {
- return NULL;
-}
-
bool VideoDecoder::NeedsBitstreamConversion() const {
return false;
}
« no previous file with comments | « media/base/video_decoder.h ('k') | media/filters/audio_decoder_selector_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698