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

Unified Diff: trunk/src/media/cast/video_sender/codecs/vp8/vp8_encoder.h

Issue 129113003: Revert 243647 "Cast:Adding cast_transport_config and cleaning up" (Closed) Base URL: svn://svn.chromium.org/chrome/
Patch Set: Created 6 years, 11 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
Index: trunk/src/media/cast/video_sender/codecs/vp8/vp8_encoder.h
===================================================================
--- trunk/src/media/cast/video_sender/codecs/vp8/vp8_encoder.h (revision 243647)
+++ trunk/src/media/cast/video_sender/codecs/vp8/vp8_encoder.h (working copy)
@@ -31,7 +31,7 @@
// Encode a raw image (as a part of a video stream).
bool Encode(const scoped_refptr<media::VideoFrame>& video_frame,
- transport::EncodedVideoFrame* encoded_image);
+ EncodedVideoFrame* encoded_image);
// Update the encoder with a new target bit rate.
void UpdateRates(uint32 new_bitrate);

Powered by Google App Engine
This is Rietveld 408576698