Skip to content

Commit 688c431

Browse files
committed
Remove plusplayer_capi.h from drm_manager.
1 parent ca9bc9d commit 688c431

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

packages/video_player_avplay/tizen/src/drm_manager.cc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -154,7 +154,7 @@ int DrmManager::UpdatePsshData(const void *data, int length) {
154154
return ret;
155155
}
156156

157-
bool DrmManager::SecurityInitCompleteCB(Plusplayer_DrmHandle *drm_handle,
157+
bool DrmManager::SecurityInitCompleteCB(int *drm_handle,
158158
unsigned int len,
159159
unsigned char *pssh_data,
160160
void *user_data) {

packages/video_player_avplay/tizen/src/drm_manager.h

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,6 @@
77

88
#include <Ecore.h>
99
#include <flutter/method_channel.h>
10-
#include <plusplayer_capi/plusplayer_capi.h>
1110

1211
#include <mutex>
1312
#include <queue>
@@ -29,7 +28,7 @@ class DrmManager {
2928
bool SetChallenge(const std::string &media_url,
3029
flutter::BinaryMessenger *binary_messenger);
3130
bool GetDrmHandle(int *handle);
32-
bool SecurityInitCompleteCB(Plusplayer_DrmHandle *drm_handle,
31+
bool SecurityInitCompleteCB(int *drm_handle,
3332
unsigned int len, unsigned char *pssh_data,
3433
void *user_data);
3534
int UpdatePsshData(const void *data, int length);

0 commit comments

Comments
 (0)