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_ |