| Index: webrtc/modules/video_coding/codecs/test/videoprocessor.h
|
| diff --git a/webrtc/modules/video_coding/codecs/test/videoprocessor.h b/webrtc/modules/video_coding/codecs/test/videoprocessor.h
|
| index dba204f1695125885a0bffc9219eb1c6100e8c97..3142946509760a8a852fc5567565e1a6c504d26e 100644
|
| --- a/webrtc/modules/video_coding/codecs/test/videoprocessor.h
|
| +++ b/webrtc/modules/video_coding/codecs/test/videoprocessor.h
|
| @@ -108,9 +108,6 @@ struct TestConfig {
|
| bool verbose;
|
| };
|
|
|
| -// Returns a string representation of the enum value.
|
| -const char* VideoCodecTypeToStr(webrtc::VideoCodecType e);
|
| -
|
| // Handles encoding/decoding of video using the VideoEncoder/VideoDecoder
|
| // interfaces. This is done in a sequential manner in order to be able to
|
| // measure times properly.
|
|
|