projects
/
platform
/
core
/
multimedia
/
libmm-fileinfo.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1352a44
)
Increase _RETRY_SEARCH_LIMIT to 250. some contents need search count this much
66/200666/1
author
hj kim
<backto.kim@samsung.com>
Thu, 28 Feb 2019 02:12:11 +0000
(11:12 +0900)
committer
hj kim
<backto.kim@samsung.com>
Thu, 28 Feb 2019 02:12:11 +0000
(11:12 +0900)
Change-Id: I6825cea3e9a0a2a895b2e13af78940889c602744
formats/ffmpeg/mm_file_format_ffmpeg.c
patch
|
blob
|
history
diff --git
a/formats/ffmpeg/mm_file_format_ffmpeg.c
b/formats/ffmpeg/mm_file_format_ffmpeg.c
index 3596415b2905bf33beafd292b55822630f3af59a..06d6939a7b75b296372a48a9ef3b6cb9a3ff1423 100755
(executable)
--- a/
formats/ffmpeg/mm_file_format_ffmpeg.c
+++ b/
formats/ffmpeg/mm_file_format_ffmpeg.c
@@
-1080,7
+1080,7
@@
static int _get_first_good_video_frame(AVFormatContext *pFormatCtx, AVCodecConte
int key_search_limit = 0;
int frame_search_limit = 0;
-#define _RETRY_SEARCH_LIMIT
75
+#define _RETRY_SEARCH_LIMIT
250
#define _KEY_SEARCH_LIMIT (_RETRY_SEARCH_LIMIT*2) /*2 = 1 read. some frame need to read one more*/
#define _FRAME_SEARCH_LIMIT 500