Index: webrtc/modules/video_coding/main/source/codec_database.h |
diff --git a/webrtc/modules/video_coding/main/source/codec_database.h b/webrtc/modules/video_coding/main/source/codec_database.h |
index 93aa9c3ba84c1b9dd701dd3469ce1ff9eadac816..daf7dff58094e1b6996ecb47ca1c7330e4655804 100644 |
--- a/webrtc/modules/video_coding/main/source/codec_database.h |
+++ b/webrtc/modules/video_coding/main/source/codec_database.h |
@@ -51,14 +51,8 @@ class VCMCodecDataBase { |
~VCMCodecDataBase(); |
// Sender Side |
- // Returns the number of supported codecs (or -1 in case of error). |
- static int NumberOfCodecs(); |
- |
- // Returns the default settings for the codec with id |list_id|. |
- static bool Codec(int list_id, VideoCodec* settings); |
- |
// Returns the default settings for the codec with type |codec_type|. |
- static bool Codec(VideoCodecType codec_type, VideoCodec* settings); |
+ static void Codec(VideoCodecType codec_type, VideoCodec* settings); |
void ResetSender(); |