summaryrefslogtreecommitdiff
path: root/src/include/common/media-svc-util.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/include/common/media-svc-util.h')
-rwxr-xr-xsrc/include/common/media-svc-util.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/include/common/media-svc-util.h b/src/include/common/media-svc-util.h
index 8924b01..52bbefb 100755
--- a/src/include/common/media-svc-util.h
+++ b/src/include/common/media-svc-util.h
@@ -64,12 +64,10 @@ int _media_svc_extract_media_metadata(sqlite3 *handle, media_svc_content_info_s
time_t __media_svc_get_timeline_from_str(const char *timstr);
void _media_svc_destroy_content_info(media_svc_content_info_s *content_info);
char *_media_svc_replace_path(char *s, const char *olds, const char *news);
-bool _media_svc_is_drm_file(const char *path);
int _media_svc_request_thumbnail(const char *path, char *thumb_path, int max_length, uid_t uid);
int _media_svc_get_pinyin_str(const char *src_str, char **pinyin_str);
bool _media_svc_check_pinyin_support(void);
int _media_svc_extract_music_metadata_for_update(sqlite3 *handle, media_svc_content_info_s *content_info, media_svc_media_type_e media_type);
-char *_media_svc_get_title_from_path(const char *path);
int _media_svc_get_media_type(const char *path, int *mediatype);
#ifdef __cplusplus