| Index: webrtc/media/base/codec.h
|
| diff --git a/webrtc/media/base/codec.h b/webrtc/media/base/codec.h
|
| index 76a623a0de8af540da8eeb777c18437ad9fdd352..c20b6ae07477ffdf30fc4baa908a268613529f54 100644
|
| --- a/webrtc/media/base/codec.h
|
| +++ b/webrtc/media/base/codec.h
|
| @@ -155,6 +155,9 @@ struct VideoCodec : public Codec {
|
| VideoCodec(const VideoCodec& c);
|
| virtual ~VideoCodec() = default;
|
|
|
| + // Indicates if this codec is compatible with the specified codec.
|
| + bool Matches(const VideoCodec& codec) const;
|
| +
|
| std::string ToString() const;
|
|
|
| VideoCodec& operator=(const VideoCodec& c);
|
|
|