This repository was archived by the owner on Oct 25, 2024. It is now read-only.
File tree Expand file tree Collapse file tree 2 files changed +8
-8
lines changed Expand file tree Collapse file tree 2 files changed +8
-8
lines changed Original file line number Diff line number Diff line change 2
2
//
3
3
// SPDX-License-Identifier: Apache-2.0
4
4
5
- #import " RTCEncodedImage.h"
6
- #if defined(WEBRTC_USE_H265)
7
- #import " RTCVideoCodecH265.h"
8
- #endif
9
5
#import " talk/owt/sdk/base/objc/OWTDefaultVideoDecoderFactory.h"
6
+ #import " RTCEncodedImage.h"
7
+ #import " third_party/webrtc/sdk/objc/components/video_codec/RTCH265ProfileLevelId.h"
8
+ #import " third_party/webrtc/sdk/objc/components/video_codec/RTCVideoDecoderH265.h"
9
+
10
10
@implementation OWTDefaultVideoDecoderFactory
11
11
- (id <RTCVideoDecoder>)createDecoder : (RTCVideoCodecInfo*)info {
12
12
#if defined(WEBRTC_USE_H265)
Original file line number Diff line number Diff line change 2
2
//
3
3
// SPDX-License-Identifier: Apache-2.0
4
4
5
- #import " RTCEncodedImage.h"
6
- #if defined(WEBRTC_USE_H265)
7
- #import " RTCVideoCodecH265.h"
8
- #endif
9
5
#import " talk/owt/sdk/base/objc/OWTDefaultVideoEncoderFactory.h"
6
+ #import " RTCEncodedImage.h"
7
+ #import " third_party/webrtc/sdk/objc/components/video_codec/RTCH265ProfileLevelId.h"
8
+ #import " third_party/webrtc/sdk/objc/components/video_codec/RTCVideoEncoderH265.h"
9
+
10
10
@implementation OWTDefaultVideoEncoderFactory
11
11
@synthesize preferredCodec;
12
12
+ (NSArray <RTCVideoCodecInfo*>*)supportedCodecs {
You can’t perform that action at this time.
0 commit comments