| Index: webrtc/modules/video_coding/codecs/h264/include/h264.h
|
| diff --git a/webrtc/modules/video_coding/codecs/h264/include/h264.h b/webrtc/modules/video_coding/codecs/h264/include/h264.h
|
| index 3f52839a6cbce59470c2cf07c5cf241c2c607608..c7ee9818f4e8e37307996df7c7eae22c577d2b37 100644
|
| --- a/webrtc/modules/video_coding/codecs/h264/include/h264.h
|
| +++ b/webrtc/modules/video_coding/codecs/h264/include/h264.h
|
| @@ -30,7 +30,10 @@ namespace webrtc {
|
| class H264Encoder : public VideoEncoder {
|
| public:
|
| static H264Encoder* Create();
|
| + // If H.264 is supported (any implementation).
|
| static bool IsSupported();
|
| + // If H.264 is supported with OpenH264/H264EncoderImpl implementation.
|
| + static bool IsSupportedOpenH264();
|
|
|
| ~H264Encoder() override {}
|
| };
|
|
|