| Index: webrtc/common_types.h
|
| diff --git a/webrtc/common_types.h b/webrtc/common_types.h
|
| index 77c009cd9d807bf129ea6bc55ad1510d04f156a3..decb56e3c098615dc33f3699cfcca5b7b1683c6a 100644
|
| --- a/webrtc/common_types.h
|
| +++ b/webrtc/common_types.h
|
| @@ -565,7 +565,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 {
|
|
|