projects
/
platform
/
core
/
multimedia
/
libmm-player.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1d8938c
)
[0.6.97] add secure log
46/178246/1
accepted/tizen/4.0/unified/20180509.084433
submit/tizen_4.0/20180509.030447
author
Eunhae Choi
<eunhae1.choi@samsung.com>
Wed, 9 May 2018 02:57:36 +0000
(11:57 +0900)
committer
Eunhae Choi
<eunhae1.choi@samsung.com>
Wed, 9 May 2018 02:57:36 +0000
(11:57 +0900)
Change-Id: I56e4fca2b09d625fc3763804c06ce01135a14a0d
src/mm_player_priv.c
patch
|
blob
|
history
diff --git
a/src/mm_player_priv.c
b/src/mm_player_priv.c
index 11df8d532615452436939ce9698c5cc7493fbe30..6aa03bb769e6e711c4a6461bdb718cd79fa649aa 100644
(file)
--- a/
src/mm_player_priv.c
+++ b/
src/mm_player_priv.c
@@
-12209,7
+12209,7
@@
__mmplayer_check_subtitle(mm_player_t* player)
if (!subtitle_uri || !strlen(subtitle_uri))
return FALSE;
- LOGD("subtite uri is %s[%d]\n", subtitle_uri, strlen(subtitle_uri));
+
SECURE_
LOGD("subtite uri is %s[%d]\n", subtitle_uri, strlen(subtitle_uri));
player->is_external_subtitle_present = TRUE;
MMPLAYER_FLEAVE();