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

Unified Diff: media/cast/video_receiver/video_decoder.h

Issue 80383006: Cast: Forcing codec initialization on a designated thread (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Responding to review Created 7 years, 1 month 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
Index: media/cast/video_receiver/video_decoder.h
diff --git a/media/cast/video_receiver/video_decoder.h b/media/cast/video_receiver/video_decoder.h
index e23a86b76bc23650d6d11064c9c210962b555bbe..5560fe0cbe216a780c2142570c74ba532ed7741b 100644
--- a/media/cast/video_receiver/video_decoder.h
+++ b/media/cast/video_receiver/video_decoder.h
@@ -23,6 +23,8 @@ class VideoDecoder : public base::NonThreadSafe {
scoped_refptr<CastEnvironment> cast_environment);
virtual ~VideoDecoder();
+ void InitDecoder();
+
// Decode a video frame. Decoded (raw) frame will be returned via the
// provided callback
bool DecodeVideoFrame(const EncodedVideoFrame* encoded_frame,

Powered by Google App Engine
This is Rietveld 408576698