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

Unified Diff: remoting/codec/video_encoder.h

Issue 10870071: Renamed Encoder -> VideoEncoder. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Addressed comments Created 8 years, 4 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 | « remoting/codec/video_encode_decode_unittest.cc ('k') | remoting/codec/video_encoder_row_based.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: remoting/codec/video_encoder.h
diff --git a/remoting/codec/video_encoder.h b/remoting/codec/video_encoder.h
index 83fb308f6dc1844d382c5f28d3cf6dfee0f78dba..b9bee8bc9642378e313a300696051711442e0573 100644
--- a/remoting/codec/video_encoder.h
+++ b/remoting/codec/video_encoder.h
@@ -21,7 +21,7 @@ class VideoPacket;
// A class to perform the task of encoding a continous stream of
// images.
// This class operates asynchronously to enable maximum throughput.
-class Encoder {
+class VideoEncoder {
public:
// DataAvailableCallback is called as blocks of data are made available
@@ -29,7 +29,7 @@ class Encoder {
// of HostMessage to reduce the amount of memory copies.
typedef base::Callback<void(scoped_ptr<VideoPacket>)> DataAvailableCallback;
- virtual ~Encoder() {}
+ virtual ~VideoEncoder() {}
// Encode an image stored in |capture_data|.
//
« no previous file with comments | « remoting/codec/video_encode_decode_unittest.cc ('k') | remoting/codec/video_encoder_row_based.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698