commit | bbd89086647ddffd6755256f8fbcc20ce2d4040f | [log] [tgz] |
---|---|---|
author | andrew@webrtc.org <andrew@webrtc.org@4adac7df-926f-26a2-2b94-8c16560cd09d> | Thu Sep 01 17:30:01 2011 +0000 |
committer | andrew@webrtc.org <andrew@webrtc.org@4adac7df-926f-26a2-2b94-8c16560cd09d> | Thu Sep 01 17:30:01 2011 +0000 |
tree | 91efa4d5476ac4c57d73724ab8efa6335d42847a | |
parent | 49e58da5b12e6fb26b4279fc443d7165cc64e115 [diff] |
Fix clang warnings in video coding. Review URL: http://webrtc-codereview.appspot.com/138007 git-svn-id: http://webrtc.googlecode.com/svn/trunk@511 4adac7df-926f-26a2-2b94-8c16560cd09d
diff --git a/src/modules/video_coding/codecs/vp8/main/interface/vp8.h b/src/modules/video_coding/codecs/vp8/main/interface/vp8.h index 5935437..683fbbf 100644 --- a/src/modules/video_coding/codecs/vp8/main/interface/vp8.h +++ b/src/modules/video_coding/codecs/vp8/main/interface/vp8.h
@@ -227,9 +227,6 @@ // WEBRTC_VIDEO_CODEC_UNINITIALIZED // WEBRTC_VIDEO_CODEC_ERROR virtual WebRtc_Word32 Reset(); - virtual WebRtc_Word32 SetCodecConfigParameters(WebRtc_UWord8* /*buffer*/, - WebRtc_Word32 /*size*/) - { return -1; } // Create a copy of the codec and its internal state. //