| Index: webrtc/common_types.h
|
| diff --git a/webrtc/common_types.h b/webrtc/common_types.h
|
| index 303c596943cbbdf4c54753975e1935c681fd0144..4128f13ffa5bb16bd22adbd4a3a57d536e98e07e 100644
|
| --- a/webrtc/common_types.h
|
| +++ b/webrtc/common_types.h
|
| @@ -573,7 +573,7 @@ enum VideoCodecType {
|
| };
|
|
|
| // Translates from name of codec to codec type and vice versa.
|
| -rtc::Optional<std::string> CodecTypeToPayloadName(VideoCodecType type);
|
| +rtc::Optional<const char*> CodecTypeToPayloadName(VideoCodecType type);
|
| rtc::Optional<VideoCodecType> PayloadNameToCodecType(const std::string& name);
|
|
|
| union VideoCodecUnion {
|
|
|