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

Unified Diff: media/cast/cast_sender.h

Issue 62843002: Cast: Added support for AES-CTR crypto. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fixed nits 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/cast_sender.h
diff --git a/media/cast/cast_sender.h b/media/cast/cast_sender.h
index 9dfe4ad72a925a95d3fc7f5d8043cbe2010ed1ca..a31a88e989b31f4bd3ee3d85cd57028deda78cd0 100644
--- a/media/cast/cast_sender.h
+++ b/media/cast/cast_sender.h
@@ -37,7 +37,7 @@ class FrameInput : public base::RefCountedThreadSafe<FrameInput> {
// The callback is called from the main cast thread as soon as
// the cast sender is done with the frame; it does not mean that the encoded
// frame has been sent out.
- virtual void InsertCodedVideoFrame(const EncodedVideoFrame* video_frame,
+ virtual void InsertCodedVideoFrame(EncodedVideoFrame* video_frame,
Alpha Left Google 2013/11/07 01:10:11 Why remove the const?
pwestin 2013/11/07 17:16:04 Ohh I did padding in my first version; changed bac
const base::TimeTicks& capture_time,
const base::Closure callback) = 0;

Powered by Google App Engine
This is Rietveld 408576698