From 047b89aecc503c5c636b09679466bef79be3624e Mon Sep 17 00:00:00 2001 From: hj kim Date: Mon, 8 Jan 2018 14:42:24 +0900 Subject: [PATCH] Add debug msg for error case Change-Id: If7c7e0ee7994ca99b864a35fb0b67024a3b220a5 --- utils/mm_file_util_tag.c | 1 + 1 file changed, 1 insertion(+) diff --git a/utils/mm_file_util_tag.c b/utils/mm_file_util_tag.c index 6bfa64e..4350586 100755 --- a/utils/mm_file_util_tag.c +++ b/utils/mm_file_util_tag.c @@ -2151,6 +2151,7 @@ EXPORT_API int MMFileUtilGetMetaDataFromMP4(MMFileFormatContext *formatContext) long long new_pos = mmfile_tell(fp); if ((moov_end == 0) && (new_pos <= basic_header.start_offset)) { + debug_error(DEBUG, "Wrong position"); ret = MMFILE_UTIL_FAIL; continue; } -- 2.7.4