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

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

Issue 308043006: [Cast] Clean-up: Merge RtpReceiver+AudioReceiver+VideoReceiver-->FrameReceiver. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Addressed hclam's comments. Created 6 years, 7 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/cast/receiver/frame_receiver_unittest.cc ('k') | media/cast/receiver/video_decoder.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: media/cast/receiver/video_decoder.h
diff --git a/media/cast/video_receiver/video_decoder.h b/media/cast/receiver/video_decoder.h
similarity index 91%
rename from media/cast/video_receiver/video_decoder.h
rename to media/cast/receiver/video_decoder.h
index ea40173004c822c0635e588c40adef5b828dfb19..445bfcda1a0302f0e71b3e09b85f99c1e431e1c4 100644
--- a/media/cast/video_receiver/video_decoder.h
+++ b/media/cast/receiver/video_decoder.h
@@ -2,8 +2,8 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-#ifndef MEDIA_CAST_VIDEO_RECEIVER_VIDEO_DECODER_H_
-#define MEDIA_CAST_VIDEO_RECEIVER_VIDEO_DECODER_H_
+#ifndef MEDIA_CAST_RECEIVER_VIDEO_DECODER_H_
+#define MEDIA_CAST_RECEIVER_VIDEO_DECODER_H_
#include "base/callback.h"
#include "base/memory/ref_counted.h"
@@ -28,7 +28,7 @@ class VideoDecoder {
bool is_continuous)> DecodeFrameCallback;
VideoDecoder(const scoped_refptr<CastEnvironment>& cast_environment,
- const FrameReceiverConfig& video_config);
+ transport::VideoCodec codec);
virtual ~VideoDecoder();
// Returns STATUS_VIDEO_INITIALIZED if the decoder was successfully
@@ -60,4 +60,4 @@ class VideoDecoder {
} // namespace cast
} // namespace media
-#endif // MEDIA_CAST_VIDEO_RECEIVER_VIDEO_DECODER_H_
+#endif // MEDIA_CAST_RECEIVER_VIDEO_DECODER_H_
« no previous file with comments | « media/cast/receiver/frame_receiver_unittest.cc ('k') | media/cast/receiver/video_decoder.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698