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

Unified Diff: webrtc/modules/video_coding/main/interface/video_coding.h

Issue 1426953003: Remove redudant encoder rate calls. (Closed) Base URL: https://chromium.googlesource.com/external/webrtc.git@master
Patch Set: remove redundant function Created 5 years, 2 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: webrtc/modules/video_coding/main/interface/video_coding.h
diff --git a/webrtc/modules/video_coding/main/interface/video_coding.h b/webrtc/modules/video_coding/main/interface/video_coding.h
index d2dd05057aecf66d0db911d66614705bb9cbd81a..67f7b635cb6b36951c219669db17e1578b14c191 100644
--- a/webrtc/modules/video_coding/main/interface/video_coding.h
+++ b/webrtc/modules/video_coding/main/interface/video_coding.h
@@ -185,16 +185,6 @@ public:
uint8_t payloadType,
bool internalSource = false) = 0;
- // API to get codec config parameters to be sent out-of-band to a receiver.
- //
- // Input:
- // - buffer : Memory where the codec config parameters should be written.
- // - size : Size of the memory available.
- //
- // Return value : Number of bytes written, on success.
- // < 0, on error.
- virtual int32_t CodecConfigParameters(uint8_t* buffer, int32_t size) = 0;
-
// API to get currently configured encoder target bitrate in bits/s.
//
// Return value : 0, on success.

Powered by Google App Engine
This is Rietveld 408576698